public static class EndsWithExtension
<ExtensionAttribute>
Public NotInheritable Class EndsWithExtension
[ExtensionAttribute]
public ref class EndsWithExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type EndsWithExtension = class end
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. |