Method ADT.Sequence()->SequenceIterator()->_equal()
- Method _equal
bool equal(ADT.Sequence.SequenceIterator from, mixed iter)
- Description
Compare this iterator with another iterator.
- Parameter iter
The iterator to compare with.
- Returns
Returns true if both iterators iterates over the same objects and are positioned at the same spot.