S2Polygon.opEquals

Return true if two polygons have exactly the same loops. The loops must appear in the same order, and corresponding loops must have the same linear vertex ordering (i.e., cyclic rotations are not allowed).

class S2Polygon
override const
bool
opEquals
(
in Object o
)

Meta