Click or drag to resize

EndsWithExtension Class

EndsWith extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsEndsWithExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
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