| AsyncEnumerableDistinctUntilChangedTSource Method (IAsyncEnumerableTSource, IEqualityComparerTSource) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncEnumerable<TSource> DistinctUntilChanged<TSource>( this IAsyncEnumerable<TSource> source, IEqualityComparer<TSource> comparer )
 See Also
See Also