Skip to main content
Returns true if the geometries are equal and the coordinates are in the same order ST_OrderingEquals returning true ST_OrderingEquals returning false

Signatures

Parameters

A
Geometry
required
The input geometry.
B
Geometry
required
The second geometry.

Return type

Returns true or false.

Examples