FirstConsecutiveEqual Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodStatic memberFirstConsecutiveEqual<(Of <T>)>(IList<(Of <T>)>, Int32)
Finds the first occurence of count consecutive equal items in the list.
Public methodStatic memberFirstConsecutiveEqual<(Of <T>)>(IList<(Of <T>)>, Int32, IEqualityComparer<(Of <T>)>)
Finds the first occurence of count consecutive equal items in the list. A passed IEqualityComparer is used to determine equality.
Public methodStatic memberFirstConsecutiveEqual<(Of <T>)>(IList<(Of <T>)>, Int32, BinaryPredicate<(Of <T>)>)
Finds the first occurence of count consecutive "equal" items in the list. The passed BinaryPredicate is used to determine if two items are "equal".

See Also