==..Root.ArrayIterator.==Checks if two instances of ArrayIterator are pointing to same element.
Parameters: another ArrayIterator
Return value: new Boolean
NativeCallable, Callable
auto arr.=(Array());
arr.pushBack("x");
log(arr.begin().==(arr.[0]));