Description:
Determines if two geometries equal one another, in pure geometrical shape. This version only compares the geometry itself and does not include any user data comparisons. This is a comparison by value: for two identical items it will be true, no matter where in memory they may be stored.
Syntax:
Parameters:
- first
- Type: GeometryBase
- The first geometry
- second
- Type: GeometryBase
- The second geometry
Returns:
Type: Boolean
The indication of equality
Available since:
6.0