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

See Also