Read Me - Common Public License V1.0 - Copyright Notice(©)

difference


>>-difference(argument)----------------------------------------><

Returns a new collection (of the same class as the receiver) containing only those items from the receiver whose indexes the [argument] collection does not contain. The [argument] can be any collection class object. The [argument] must also allow all of the index values in the receiver collection.

Read Me - Common Public License V1.0 - Copyright Notice(©)