[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
FirstConsecutiveEqual<(Of <T>)>(IList<(Of <T>)>, Int32) |
Finds the first occurence of count consecutive equal items in the
list.
| |
FirstConsecutiveEqual<(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.
| |
FirstConsecutiveEqual<(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".
|