isEqualTo
Jump to navigation
Jump to search
Description
- Description:
- Performs strict comparison between var1 and var2 and returns true if equal otherwise false.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_arr1 = [1,[2,[3]]]; _arr2 = [1,[2,[3]]]; if (_arr1 isEqualTo _arr2) then {hint "Arrays match!"}
Additional Information
- See also:
- See also needed
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