StartsWithExtension Class

StartsWith extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
C#
public static class StartsWithExtension
Inheritance
Object    StartsWithExtension

Methods

StartsWith<T>(IEnumerable<T>, IEnumerable<T>) Determines whether the beginning of the first sequence is equivalent to the second sequence, using the default equality comparer.
StartsWith<T>(IEnumerable<T>, IEnumerable<T>, IEqualityComparer<T>) Determines whether the beginning of the first sequence is equivalent to the second sequence, using the specified element equality comparer.

See Also