| AsyncQueryableIntersectTSource Method (IAsyncQueryableTSource, IAsyncEnumerableTSource) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncQueryable<TSource> Intersect<TSource>( this IAsyncQueryable<TSource> first, IAsyncEnumerable<TSource> second )
 See Also
See Also