equalsIdentical
Returns true if geometries a and b are of the same type and have
exactly the same vertices in the same order on the XYZM plane.
Vertices are checked by index so any additional midpoint or reversed order results in the geometries not being considered equal.
NaN values are considered to be equal to other NaN values.
Parameters
| Name | Type | Description |
|---|---|---|
a | Geometry | First geometry |
b | Geometry | Second geometry |
Returns
boolean
true if geometries a and b are of the same type and have
matching vertices
See also
equalschecks if two geometries are topologically equalequalsExactchecks whether two geometries are of the same type and have the same vertices in the same order on the XY planeGeometryRef#normalizenormalized geometries are easier to compare