AsyncQueryableDistinctUntilChangedTSource, TKey Method (IAsyncQueryableTSource, ExpressionFuncTSource, TKey) |
Namespace: System.Linq
public static IAsyncQueryable<TSource> DistinctUntilChanged<TSource, TKey>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, TKey>> keySelector )