1 reference to ExceptBy
System.Linq (1)
System\Linq\Except.cs (1)
49
public static IEnumerable<TSource> ExceptBy<TSource, TKey>(this IEnumerable<TSource> first, IEnumerable<TKey> second, Func<TSource, TKey> keySelector) =>
ExceptBy
(first, second, keySelector, null);