Click or drag to resize

MoreEnumerableExceptBy Method

Overload List
  NameDescription
Public methodStatic memberExceptByTSource, TKey(IEnumerableTSource, IEnumerableTSource, FuncTSource, TKey)
Returns the set of elements in the first sequence which aren't in the second sequence, according to a given key selector.
Public methodStatic memberExceptByTSource, TKey(IEnumerableTSource, IEnumerableTSource, FuncTSource, TKey, IEqualityComparerTKey)
Returns the set of elements in the first sequence which aren't in the second sequence, according to a given key selector.
Top
See Also