|  | Binary | 
 Syntax
Syntax Members
Members| Member name | Value | Description | 
|---|---|---|
| Addition | 0 | The addition operation. | 
| Subtraction | 1 | The subtraction operation. | 
| Multiply | 2 | The multiply operation. | 
| Division | 3 | The division operation. | 
| Equality | 4 | The equality operation. | 
| Inequality | 5 | The inequality operation. | 
| GreaterThan | 6 | The greater than operation. | 
| LessThan | 7 | The less than operation. | 
| GreaterThanOrEqual | 8 | The greater than or equal operation. | 
| LessThanOrEqual | 9 | The less than or equal operation. | 
 See Also
See Also