Angle.op_LessThanOrEqual

Angle LessThanOrEqual operator

Implements the operator <=.

public static bool operator <=(Angle a, Angle b)
ParameterTypeDescription
aAngleThe parameter a.
bAngleThe parameter b.

Return Value

The result of the operator.

Exceptions

exceptioncondition
ArgumentExceptionArguments have different types
ArgumentNullExceptionAn argument is null

See Also