Click or drag to resize

EndsWithExtension Class

EndsWith extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsEndsWithExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class EndsWithExtension
Methods
  NameDescription
Public methodStatic memberEndsWithT(IEnumerableT, IEnumerableT)
Determines whether the end of the first sequence is equivalent to the second sequence, using the default equality comparer.
Public methodStatic memberEndsWithT(IEnumerableT, IEnumerableT, IEqualityComparerT)
Determines whether the end of the first sequence is equivalent to the second sequence, using the specified element equality comparer.
Top
See Also