Temperature Operators |
The Temperature type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality(Temperature, Temperature) | Determines whether two specified Temperature instances are equal (in both Unit and Value). | |
| GreaterThan(Temperature, Temperature) | Determines whether one specified Temperature is greater than another specified Temperature. | |
| GreaterThanOrEqual(Temperature, Temperature) | Determines whether one specified Temperature is greater than or equal to another specified Temperature. | |
| Inequality(Temperature, Temperature) | Determines whether two specified Temperature instances are not equal (in Unit or in Value). | |
| LessThan(Temperature, Temperature) | Determines whether one specified Temperature is less than another specified Temperature. | |
| LessThanOrEqual(Temperature, Temperature) | Determines whether one specified Temperature is less than or equal to another specified Temperature. |