|  | Combination Operators | 
The Combination type exposes the following members.
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | Indicate whether 2 Combinations are equal. | 
|   | GreaterThan | Indicate whether the left Combination is greater than
            the right Combination. | 
|   | GreaterThanOrEqual | Indicate whether the left Combination is greater than
            or equal to the right Combination. | 
|   | Inequality | Indicate whether 2 Combinations are not equal. | 
|   | LessThan | Indicate whether the left Combination is less than
            the right Combination. | 
|   | LessThanOrEqual | Indicate whether the left Combination is less than or equal
            to the right Combination. | 
 See Also
See Also