TemperatureLessThan Operator

Returns true if left value is less than right value.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.176 -- Release Build+c74560d581224bfee7a285d73926fb4fb3df8ece
public static bool operator <(
	Temperature value1,
	Temperature value2
)

Parameters

value1  Temperature
A Temperature object as the left hand operand.
value2  Temperature
A Temperature object as the right hand operand.

Return Value

Boolean
A Boolean as the result of the operation.

See Also