







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | FirstIndexOf<(Of <T>)>(IList<(Of <T>)>, T) |
Finds the index of the first item in a list equal to a given item.
|
![]() ![]() | FirstIndexOf<(Of <T>)>(IList<(Of <T>)>, T, IEqualityComparer<(Of <T>)>) |
Finds the index of the first item in a list equal to a given item. A passed
IEqualityComparer is used to determine equality.
|