Overload List

  NameDescription
Public methodMinus(ISet<(Of <<'(T>)>>))
Performs a "minus" of set b from set a. This returns a set of all the elements in set a, removing the elements that are also in set b. The original sets are not modified during this operation. The result set is a Clone() of this Set containing the elements from the operation.
Public methodStatic memberMinus(ISet<(Of <<'(T>)>>), ISet<(Of <<'(T>)>>))
Performs a "minus" of set b from set a. This returns a set of all the elements in set a, removing the elements that are also in set b. The original sets are not modified during this operation. The result set is a Clone() of set a containing the elements from the operation.

See Also