AsyncQueryableExceptTSource Method (IAsyncQueryableTSource, IAsyncEnumerableTSource, IEqualityComparerTSource) |
Namespace: System.Linq
public static IAsyncQueryable<TSource> Except<TSource>( this IAsyncQueryable<TSource> first, IAsyncEnumerable<TSource> second, IEqualityComparer<TSource> comparer )