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

xor


>>-xor(argument)-----------------------------------------------><

Returns a new Set that contains all items from the receiver collection and the [argument] collection; all items that appear in both collections are removed. 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(©)