Coordinate-by-coordinate equality across two polygons. Two polygons
are identical when they have the same number of rings, each ring has
the same number of vertices, and every [lon, lat] pair matches by
strict equality.
Useful for catching same-lateral-airspace-at-different-altitudes
scenarios where two Polygon records share boundary geometry exactly.
Parameters
a: Polygon
First polygon.
b: Polygon
Second polygon.
Returns boolean
true when the polygons are vertex-for-vertex identical.
Coordinate-by-coordinate equality across two polygons. Two polygons are identical when they have the same number of rings, each ring has the same number of vertices, and every
[lon, lat]pair matches by strict equality.Useful for catching same-lateral-airspace-at-different-altitudes scenarios where two
Polygonrecords share boundary geometry exactly.