Click or drag to resize

IndexCollection Operators

The IndexCollection type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Returns a value that indicates whether an IndexCollection instance is equal to another IndexCollection instance.
Public operatorStatic memberGreaterThan
Returns a value that indicates whether an IndexCollection instance is greater than another IndexCollection instance.
Public operatorStatic memberGreaterThanOrEqual
Returns a value that indicates whether an IndexCollection instance is greater than or equal to another IndexCollection instance.
Public operatorStatic memberInequality
Returns a value that indicates whether an IndexCollection instance is not equal to another IndexCollection instance.
Public operatorStatic memberLessThan
Returns a value that indicates whether an IndexCollection instance is less than another IndexCollection instance.
Public operatorStatic memberLessThanOrEqual
Returns a value that indicates whether an IndexCollection instance is less than or equal to another IndexCollection instance.
Top
See Also