Click or drag to resize

Combination Operators

The Combination type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Indicate whether 2 Combinations are equal.
Public operatorStatic memberGreaterThan
Indicate whether the left Combination is greater than the right Combination.
Public operatorStatic memberGreaterThanOrEqual
Indicate whether the left Combination is greater than or equal to the right Combination.
Public operatorStatic memberInequality
Indicate whether 2 Combinations are not equal.
Public operatorStatic memberLessThan
Indicate whether the left Combination is less than the right Combination.
Public operatorStatic memberLessThanOrEqual
Indicate whether the left Combination is less than or equal to the right Combination.
Top
See Also