Sequence Intersect Method A Sandcastle Documented Class Library
Overload List
  NameDescription
Public methodStatic memberIntersect 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!
Public methodStatic memberIntersect 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!
Top
See Also