Click or drag to resize
IndexedItemTEquals Method
Overload List
  NameDescription
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.
Top
See Also