Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
ADT
ADT.Sequence
ADT.Sequence()->SequenceIterator

Method ADT.Sequence()->SequenceIterator()->_equal()


Method _equal

int(0..1) _equal(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.