Product SiteDocumentation Site

5.3.2.7. disjoint


>>-disjoint(argument)------------------------------------------><

Returns 1 (true) if the receiver collection and argument collection do not have any items in common. 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.