Product SiteDocumentation Site

5.3.2.8. equivalent


>>-equivalent(argument)----------------------------------------><

Returns 1 (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 0 (false) otherwise. The argument can be any collection class object. The argument must also allow all of the index values in the receiver collection.