Product Site

5.3.15.20. subset

Returns .true if all items in the receiver collection are also contained in the argument collection; 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.