Set<(Of <(<'T>)>)>..::..SymmetricDifference Method
Computes the symmetric difference of this set with another set. The symmetric difference of two sets
is all items that appear in either of the sets, but not both. A new set is
created with the symmetric difference of the sets and is returned. This set and the other set
are unchanged.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Parameters
- otherSet
- Type: Wintellect.PowerCollections..::..Set<(Of <(<'T>)>)>
Set to symmetric difference with.
Return Value
The symmetric difference of the two sets.Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This set and otherSet don't use the same method for comparing items. |