SortableListIndexOf Method |
Name | Description | |
---|---|---|
![]() | IndexOf(Object) |
IList implementation.
Returns the index of the specified object in the list.
If the list is sorted, a BinarySearch is performed using IComparer interface.
Else the Object.Equals implementation of objects is used.
|
![]() | IndexOf(Object, SortableListEquality) |
Idem IndexOf(object), but with a specified equality function
|
![]() | IndexOf(Object, Int32) |
Idem IndexOf(object), but starting at a specified position in the list
|
![]() | IndexOf(Object, Int32, SortableListEquality) |
Idem IndexOf(object), but with a start index and a specified equality function
|