Easypt

==

..Root.ArrayIterator.==

Checks if two instances of ArrayIterator are pointing to same element.

Child of:

ArrayIterator

Signatures:

NativeCallable, Callable

Example:

auto arr.=(Array());
arr.pushBack("x");
log(arr.begin().==(arr.[0]));