LengthGreaterThanOrEqual Operator

Returns true if left value is greater than or equal to right value.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public static bool operator >=(
	Length value1,
	Length value2
)

Parameters

value1  Length
A Length object left hand operand.
value2  Length
A Length object right hand operand.

Return Value

Boolean
A Boolean value as the result of the operation.

See Also