= (Array)
Checks if iterators point to the same entry.
Arguments
iterator0
and iterator1
are the ArrayIterators to check.
Return values
condition
is TRUE if the iterators point to the same array entry, FALSE otherwise.
Complexity
Constant
Example
Output:
TRUE