MoreLinq
ExceptBy Method
NamespacesMoreLinqMoreEnumerableExceptBy()()()()
Members
IconMemberDescription
ExceptBy<(Of <<'(TSource, TKey>)>>)(IEnumerable<(Of <<'(TSource>)>>), IEnumerable<(Of <<'(TSource>)>>), Func<(Of <<'(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<(Of <<'(TSource, TKey>)>>)(IEnumerable<(Of <<'(TSource>)>>), IEnumerable<(Of <<'(TSource>)>>), Func<(Of <<'(TSource, TKey>)>>), IEqualityComparer<(Of <<'(TKey>)>>))
Returns the set of elements in the first sequence which aren't in the second sequence, according to a given key selector.

Assembly: MoreLinq (Module: MoreLinq.dll) Version: 1.0.16006.0 (1.0.16006.1845)