Click or drag to resize
IndexedItemT Operators

The IndexedItemT generic type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
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.
Public operatorStatic memberGreaterThan
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.
Public operatorStatic memberGreaterThanOrEqual
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.
Public operatorStatic memberInequality
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.
Public operatorStatic memberLessThan
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.
Public operatorStatic memberLessThanOrEqual
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.
Top
See Also