Click or drag to resize

SortableListIndexOf Method

Overload List
  NameDescription
Public methodIndexOf(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.
Public methodIndexOf(Object, SortableListEquality)
Idem IndexOf(object), but with a specified equality function
Public methodIndexOf(Object, Int32)
Idem IndexOf(object), but starting at a specified position in the list
Public methodIndexOf(Object, Int32, SortableListEquality)
Idem IndexOf(object), but with a start index and a specified equality function
Top
See Also