Type of elements within the source iterable.
The source iterable.
Iterable whose elements are compared against source.
Optionalcomparator: EqualityComparator<TElement, TElement> | OrderComparator<TElement, TElement>Optional comparator used to determine element equality. Both equality and order comparators are supported; defaults to the library's standard equality comparison when omitted.
A sequence containing the intersection of the two sequences.
Returns the elements common to source and other.