isNotEqualTo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "|mp= " to "")
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3dev |Game name=
|game1= arma3
|version1= 2.02


|version= 2.01 |Game version=
|gr1= Variables


|gr1= Variables |GROUP1=
|descr= Performs strict comparison between var1 and var2 and returns [[false]] if equal, otherwise true.
____________________________________________________________________________________________


|descr= Performs strict comparison between var1 and var2 and returns [[false]] if equal, otherwise true. |Description=
|s1= val1 [[isNotEqualTo]] val2
 
|mp= |Multiplayer Behaviour=
 
|pr= |Problems=
____________________________________________________________________________________________
 
|s1= val1 [[isNotEqualTo]] val2 |Syntax=


|p1= val1: [[Anything]]
|p1= val1: [[Anything]]
|p2= val2: [[Anything]]
|p2= val2: [[Anything]]


|r1= [[Boolean]] |Return Value=
|r1= [[Boolean]]
____________________________________________________________________________________________


|x1= <code>_true = 0 [[isNotEqualTo]] 1;</code> |Example 1=
|x1= <code>_true = 0 [[isNotEqualTo]] 1;</code>
____________________________________________________________________________________________


|seealso= [[isEqualTo]] |See Also=
|seealso= [[isEqualTo]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>

Revision as of 21:58, 21 May 2021

Hover & click on the images for description

Description

Description:
Performs strict comparison between var1 and var2 and returns false if equal, otherwise true.
Groups:
Variables

Syntax

Syntax:
val1 isNotEqualTo val2
Parameters:
val1: Anything
val2: Anything
Return Value:
Boolean

Examples

Example 1:
_true = 0 isNotEqualTo 1;

Additional Information

See also:
isEqualTo

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note