| AsyncEnumerableAnyTSource Method (IAsyncEnumerableTSource, FuncTSource, Boolean, CancellationToken) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<bool> Any<TSource>( this IAsyncEnumerable<TSource> source, Func<TSource, bool> predicate, CancellationToken cancellationToken )
 See Also
See Also