IndexedItemT Operators |
The IndexedItemT generic type exposes the following members.
Name | Description | |
---|---|---|
Equality |
Compares the index of leftHandSideObject and rightHandSideObject, if index of leftHandSideObject is
equal to the index of rightHandSideObject then returns true else returns false.
Note that this method will compare only index and will not compare Item property.
| |
GreaterThan |
Compares the index of leftHandSideObject and rightHandSideObject, if index of leftHandSideObject is greater than
the index of rightHandSideObject then returns true else returns false.
Note that this method will compare only index and will not compare Item property.
| |
GreaterThanOrEqual |
Compares the index of leftHandSideObject and rightHandSideObject, if index of leftHandSideObject is greater than
or equal to the index of rightHandSideObject then returns true else returns false.
Note that this method will compare only index and will not compare Item property.
| |
Inequality |
Compares the index of leftHandSideObject and rightHandSideObject, if index of leftHandSideObject is
not equal to the index of rightHandSideObject then returns true else returns false.
Note that this method will compare only index and will not compare Item property.
| |
LessThan |
Compares the index of leftHandSideObject and rightHandSideObject, if index of leftHandSideObject is less than
the index of rightHandSideObject then returns true, else returns false.
Note that this method will compare only index and will not compare Item property.
| |
LessThanOrEqual |
Compares the index of leftHandSideObject and rightHandSideObject, if index of leftHandSideObject is
less than or equal to the index of rightHandSideObject then returns true else returns false.
Note that this method will compare only index and will not compare Item property.
|