ExceptByExtension Class |
Namespace: MoreLinq.Extensions
Name | Description | |
---|---|---|
![]() ![]() | ExceptBy<TSource, TKey>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, TKey>) |
Returns the set of elements in the first sequence which aren't
in the second sequence, according to a given key selector.
|
![]() ![]() | ExceptBy<TSource, TKey>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) |
Returns the set of elements in the first sequence which aren't
in the second sequence, according to a given key selector.
|