DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Equality | Constructors | Fields | Methods | Properties
Tests equality relationship for self and given shape
// C# public bool Equality( TGIS_Shape _shape );
' VisualBasic Public Function Equality( ByVal _shape As TGIS_Shape ) As Boolean
// Oxygene public function Equality( _shape : TGIS_Shape ) : Boolean;
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | given shape |
Type | Description |
---|---|
bool Boolean | True if relation is true. |
Internally it uses Topology class to find relations. See GIS_Topology for details and examples.