Polygon.op_Equality

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