DK for Delphi | GisLayerVector.TGIS_Shape.Equality | Constructors | Fields | Methods | Properties
Tests equality relationship for self and given shape
// Delphi public function Equality( const _shape : TGIS_Shape ) : Boolean;
// C++ Builder public: bool Equality( TGIS_Shape* const _shape );
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | given shape |
Type | Description |
---|---|
Boolean | True if relation is true. |
Internally it uses Topology class to find relations. See GIS_Topology for details and examples.