Overload List
Name | Description | |
---|---|---|
Except TSource (ISequence TSource , IEnumerable TSource ) |
Produces the set difference of two sequences by using the default equality comparer to compare values.
If the second sequence represents an infinite set or series, this will never return!
| |
Except TSource (ISequence TSource , IEnumerable TSource , IEqualityComparer TSource ) |
Produces the set difference of two sequences by using the specified IEqualityComparer T to compare values.
If the second sequence represents an infinite set or series, this will never return!
|
See Also