.NET Framework Class Library
Enumerable..::.Intersect Method

Produces the set intersection of two sequences.

Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIntersect<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), IEnumerable<(Of <(TSource>)>))Produces the set intersection of two sequences by using the default equality comparer to compare values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIntersect<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), IEnumerable<(Of <(TSource>)>), IEqualityComparer<(Of <(TSource>)>))Produces the set intersection of two sequences by using the specified IEqualityComparer<(Of <(T>)>) to compare values.
Top
See Also

Reference

Tags :


Page view tracker