Click or drag to resize
AlgorithmsFirstConsecutiveEqual Method
Overload List
  NameDescription
Public methodStatic memberFirstConsecutiveEqualT(IListT, Int32)
Finds the first occurence of count consecutive equal items in the list.
Public methodStatic memberFirstConsecutiveEqualT(IListT, Int32, IEqualityComparerT)
Finds the first occurence of count consecutive equal items in the list. A passed IEqualityComparer is used to determine equality.
Public methodStatic memberFirstConsecutiveEqualT(IListT, Int32, BinaryPredicateT)
Finds the first occurence of count consecutive "equal" items in the list. The passed BinaryPredicate is used to determine if two items are "equal".
Top
See Also