Method ADT.Sequence()->_equal()
classADT.Sequence
- Method
_equal
boolequal(ADT.Sequence from,mixedcoll)- Returns
Returns true if the object
collis a Sequence and contains the same values in the same order.
class ADT.Sequencebool equal(ADT.Sequence from, mixed coll)
Returns true if the object coll is a Sequence
and contains the same values in the same order.