Product Site

5.3.2.8. equivalent

Returns .true if all indexes in the receiver collection are also contained in the argument collection and both collections contain the same number of items; returns .false otherwise. The argument can be a Collection object or any other object that supports a makeArray method. The argument must also allow all of the index values in the receiver collection.