StartsWithExtensionStartsWith Method

Overload List

StartsWithT(IEnumerableT, IEnumerableT) Determines whether the beginning of the first sequence is equivalent to the second sequence, using the default equality comparer.
StartsWithT(IEnumerableT, IEnumerableT, IEqualityComparerT) Determines whether the beginning of the first sequence is equivalent to the second sequence, using the specified element equality comparer.

See Also