| AsyncEnumerableDistinctTSource, TKey Method (IAsyncEnumerableTSource, FuncTSource, TKey, IEqualityComparerTKey) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncEnumerable<TSource> Distinct<TSource, TKey>( this IAsyncEnumerable<TSource> source, Func<TSource, TKey> keySelector, IEqualityComparer<TKey> comparer )
 See Also
See Also