Geotools.Net

IGeometry.EqualsTopology Method 

Returns true if the DE-9IM intersection matrix for the two Geometries is "T*F**FFF*".

[Visual Basic]
Function EqualsTopology( _
   ByVal other As Geometry _
) As Boolean
[C#]
bool EqualsTopology(
   Geometry other
);

Parameters

other
The other geometry with which to compare to this geometry.

Return Value

Returns true if the two Geometry are Topologically equal.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.EqualsTopology(Geotools.Geometries.Geometry)

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace