AngleLessThanOrEqual Operator

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

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.143 -- Release Build+524337d392fd5616b12b50022b004322b9e7c330
public static bool operator <=(
	Angle value1,
	Angle value2
)

Parameters

value1  Angle
An Angle as the left hand operand.
value2  Angle
An Angle as the right hand operand.

Return Value

Boolean
A Boolean as the operation result.

See Also