equals
Compares the provided ClippingPolygons and returns true
if they are equal, false
otherwise.
Return
true
if left and right are equal, false
otherwise.
Parameters
left
The first polygon.
right
The second polygon.
Compares the provided ClippingPolygons and returns true
if they are equal, false
otherwise.
true
if left and right are equal, false
otherwise.
The first polygon.
The second polygon.