Function postgis_diesel::functions::st_equals
source · pub fn st_equals<left, right>(
left: left,
right: right
) -> st_equals<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>where
left: AsExpression<Geometry>,
right: AsExpression<Geometry>,
Expand description
Tests if two geometries include the same set of points.