= (RedBlackTree)
Check if iterators point to the same entry.
Arguments
iterator0
and iterator1
are RedBlackTreeIterators to compare.
Return values
condition
is TRUE if the iterators point ot the same entry, FALSE otherwise.
Complexity
Constant
Example
Output:
{ key: -25; value: "element"; }
{ key: 0; value: "ZERO"; }
{ key: 19; value: "nineteen"; }
{ key: 32; value: { a: 0; b: 1; }; }
{ key: 34; value: "element"; }
{ key: 35; value: "element"; }
{ key: 3481; value: 135; }