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 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.
(Inherited from Set<(Of <(<'T>)>)>.)

See Also