FirstIndexOf 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 memberFirstIndexOf<(Of <T>)>(IList<(Of <T>)>, T)
Finds the index of the first item in a list equal to a given item.
Public methodStatic memberFirstIndexOf<(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.

See Also