ST_Equals( ST_Geometry ) method

Tests if an ST_Geometry value is spatially equal to another ST_Geometry value.

Syntax

geometry-expression.ST_Equals( ST_Geometry geo2)

Parameters

Returns

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

Examples

Standards

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