MoreEnumerableEndsWith Method

Overload List

EndsWithT(IEnumerableT, IEnumerableT) Determines whether the end of the first sequence is equivalent to the second sequence, using the default equality comparer.
EndsWithT(IEnumerableT, IEnumerableT, IEqualityComparerT) Determines whether the end of the first sequence is equivalent to the second sequence, using the specified element equality comparer.

See Also