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).
See Implementation
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).