Function 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).
override bool opEquals
(
in const(Object) o
) const;