
Name | Description | |
---|---|---|
![]() ![]() | Intersect<TSource>(ISequence<TSource>, IEnumerable<TSource>) |
Produces the set intersection of two sequences by using the default equality comparer to compare values.
If the second sequence represents an infinite set or series, this will never return!
|
![]() ![]() | Intersect<TSource>(ISequence<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>) |
Produces the set intersection of two sequences by using the specified IEqualityComparer<T> to compare values.
If the second sequence represents an infinite set or series, this will never return!
|
