| AlgorithmsFirstIndexOf Method |
| Name | Description | |
|---|---|---|
| FirstIndexOfT(IListT, T) |
Finds the index of the first item in a list equal to a given item.
| |
| FirstIndexOfT(IListT, T, IEqualityComparerT) |
Finds the index of the first item in a list equal to a given item. A passed
IEqualityComparer is used to determine equality.
|