CurvePolygon.op_Inequality

CurvePolygon Inequality 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