AlgorithmsIndicesOf Method |
Name | Description | |
---|---|---|
![]() ![]() | IndicesOfT(IListT, T) |
Enumerates the indices of all the items in a list equal to a given item.
|
![]() ![]() | IndicesOfT(IListT, T, IEqualityComparerT) |
Enumerates the indices of all the items in a list equal to a given item. A passed
IEqualityComparer is used to determine equality.
|