Enumerable.Intersect Method
.NET Framework (current version)
Produces the set intersection of two sequences.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Intersect(Of TSource)(IEnumerable(Of TSource), IEnumerable(Of TSource)) | Produces the set intersection of two sequences by using the default equality comparer to compare values. |
![]() ![]() | Intersect(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. |
Show:

