Overload List

  NameDescription
Public methodExclusiveOr(ISet<(Of <<'(T>)>>))
Performs an "exclusive-or" of the two sets, keeping only the elements that are in one of the sets, but not in both. The original sets are not modified during this operation. The result set is a Clone() of this set containing the elements from the exclusive-or operation.
Public methodStatic memberExclusiveOr(ISet<(Of <<'(T>)>>), ISet<(Of <<'(T>)>>))
Performs an "exclusive-or" of the two sets, keeping only the elements that are in one of the sets, but not in both. The original sets are not modified during this operation. The result set is a Clone() of one of the sets (a if it is not nullNothingnullptra null reference (Nothing in Visual Basic)) containing the elements from the exclusive-or operation.

See Also