Click or drag to resize

Temperature Operators

The Temperature type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(Temperature, Temperature) Determines whether two specified Temperature instances are equal (in both Unit and Value).
Public operatorStatic memberGreaterThan(Temperature, Temperature) Determines whether one specified Temperature is greater than another specified Temperature.
Public operatorStatic memberGreaterThanOrEqual(Temperature, Temperature) Determines whether one specified Temperature is greater than or equal to another specified Temperature.
Public operatorStatic memberInequality(Temperature, Temperature) Determines whether two specified Temperature instances are not equal (in Unit or in Value).
Public operatorStatic memberLessThan(Temperature, Temperature) Determines whether one specified Temperature is less than another specified Temperature.
Public operatorStatic memberLessThanOrEqual(Temperature, Temperature) Determines whether one specified Temperature is less than or equal to another specified Temperature.
Top
See Also