Type of elements within the source iterable.
The source iterable.
Iterable to compare against the source sequence.
Optionalcomparator: EqualityComparator<TElement, TElement>Optional equality comparator used to compare element pairs. Defaults to the library's standard equality comparator.
true when both sequences have the same length and all corresponding elements are equal; otherwise, false.
Determines whether source and another iterable contain equal elements in the same order.