Polygon.op_Inequality

Polygon Inequality operator

Implements the operator !=.

public static bool operator !=(Polygon a, Polygon b)
ParameterTypeDescription
aPolygonThe A instance.
bPolygonThe B instance.

Return Value

The result of the operator.

See Also