Method ADT.CircularList()->CircularListIterator()->_equal()
- Method _equal
bool
equal(ADT.CircularList.CircularListIterator 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.