Enumerable::Except Method

 

Produces the set difference of two sequences.

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticExcept<TSource>(IEnumerable<TSource>^, IEnumerable<TSource>^)

Produces the set difference of two sequences by using the default equality comparer to compare values.

System_CAPS_pubmethodSystem_CAPS_staticExcept<TSource>(IEnumerable<TSource>^, IEnumerable<TSource>^, IEqualityComparer<TSource>^)

Produces the set difference of two sequences by using the specified IEqualityComparer<T> to compare values.

Return to top
Show: