Click or drag to resize

MoreEnumerable.EndsWith Method

Overload List
  NameDescription
Public methodStatic memberEndsWith<T>(IEnumerable<T>, IEnumerable<T>)
Determines whether the end of the first sequence is equivalent to the second sequence, using the default equality comparer.
Public methodStatic memberEndsWith<T>(IEnumerable<T>, IEnumerable<T>, IEqualityComparer<T>)
Determines whether the end of the first sequence is equivalent to the second sequence, using the specified element equality comparer.
Top
See Also