Angle.op_Equality

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