IndexedItemTEquals Method |
Name | Description | |
---|---|---|
Equals(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).) | |
Equals(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.
|