TemperatureGreaterThanOrEqual Operator
Returns true if left value is greater than or equal to right value.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.158 -- Release Build+8af53c44e6ad1fac543a652d58b46c9843b74b64
JavaScript does not support overloaded operators.
- value1 Temperature
- A Temperature object as the left hand operand.
- value2 Temperature
- A Temperature object as the right hand operand.
BooleanA
Boolean as the result of the operation.