ST_EqualsFilter( ST_Geometry ) method

An inexpensive test if a geometry is equal to another.

Syntax

geometry-expression.ST_EqualsFilter( ST_Geometry geo2)

Parameters

Returns

BIT Returns 1 if the bounding box for geometry-expression is equal, within tolerance, to the bounding box for geo2, otherwise 0.

Standards

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