AlgorithmsLastIndexOf Method |
Name | Description | |
---|---|---|
![]() ![]() | LastIndexOfT(IListT, T) |
Finds the index of the last item in a list equal to a given item.
|
![]() ![]() | LastIndexOfT(IListT, T, IEqualityComparerT) |
Finds the index of the last item in a list equal to a given item. A passed
IEqualityComparer is used to determine equality.
|