Click or drag to resize
IndexedItemT Methods

The IndexedItemT generic type exposes the following members.

Methods
  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.
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified IndexedItem. Note that this method compares both index and item. If both Index and Item of this instance and obj are equal then it returns true else returns false.
(Overrides ObjectEquals(Object).)
Public methodEquals(IndexedItemT)
Returns a value indicating whether this instance is equal to a specified IndexedItem. Note that this method compares both Index and Item. If both Index and Item of this instance and other are equal then it returns true, else returns false.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also