Click or drag to resize
MoreEnumerableStartsWith Method
Overload List
  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