Angle.op_GreaterThanOrEqual

Angle GreaterThanOrEqual 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