CurvePolygon.op_Equality

CurvePolygon Equality operator

Implements the operator ==.

public static bool operator ==(CurvePolygon a, CurvePolygon b)
ParameterTypeDescription
aCurvePolygonThe A instance.
bCurvePolygonThe B instance.

Return Value

The result of the operator.

See Also