Click or drag to resize

StartsWithExtension Class

StartsWith extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsStartsWithExtension

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