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