Angle.op_Inequality

Angle Inequality 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.

See Also