Documentation
»
Scripting
»
Class Reference
»
Core
»
Integer
»
==
Returns true if this integer is equal to the other integer.
Syntax
anInteger
==
anotherInteger
Parameters
anotherInteger
-
Integer
The second integer.
Return Value
True if this integer is equal to the other integer.