Click or drag to resize
IndexedItemTCompareTo Method
Overload List
  NameDescription
Public methodCompareTo(Object)
Compares Index property of this instance with the Index property of specified IndexedItem and returns an indication of their relative values. Parameter obj must be of IndexedItem, else an ArgumentException will occur.
Public methodCompareTo(IndexedItemT)
Compares Index property of this instance with the Index property of specified IndexedItem and returns an indication of their relative values.
Top
See Also