Sequence Except Method A Sandcastle Documented Class Library
Overload List
  NameDescription
Public methodStatic memberExcept 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!
Public methodStatic memberExcept 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!
Top
See Also