ot::ItemPtrIterator::operator() const method
Overloads operator `==` to evaluate whether or not two `Iterator` instances point to the same item.
Syntax
bool operator==(const IteratorType &aOther) const; Arguments
aOther
The other `Iterator` to compare with.
Return value
TRUE If the two `Iterator` objects point to the same item or both are done. FALSE If the two `Iterator` objects do not point to the same item.