DK11 for Python | tatukgis.pdk.TGIS_Shape.Equality | Constructors | Methods | Properties
Tests equality relationship for self and given shape
# Python def Equality( self, _shape: TGIS_Shape ) -> bool:
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | given shape |
Type | Description |
---|---|
bool | True if relation is true. |
Internally it uses Topology class to find relations. See GIS_Topology for details and examples.