bool operator == (const OEIter<T> &rhs) const
Returns true if the item pointed to by the first iterator is the same as the item pointed to by the second iterator (using pointer equality). This operator is the negation of operator !=.