isNotEqualTo
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Performs strict comparison between var1 and var2 and returns false if equal, otherwise true.
Syntax
- Syntax:
- val1 isNotEqualTo val2
- Parameters:
- val1: Anything
- val2: Anything
- Return Value:
- Boolean
Examples
- Example 1:
_true = 0 isNotEqualTo 1;
Additional Information
Notes
[[Category:Introduced with Arma 3 Development Branch version {{{2}}}]]