ST_OrderingEquals( ST_Geometry ) method

Tests if a geometry is identical to another geometry.

Syntax

geometry-expression.ST_OrderingEquals( ST_Geometry geo2)

Parameters

Returns

BIT Returns 1 if the two geometry values are exactly equal, otherwise 0.

Examples

Standards

SQL/MM (ISO/IEC 13249-3: 2006) 5.1.43