Returns true if the DE-9IM intersection matrix for the two Geometrys is T*F**FFF*.
[Visual Basic]
Overridable Public Function EqualsTopology( _
ByVal geometry As Geometry _
) As Boolean Implements _
IGeometry.EqualsTopology
Returns true if the two Geometrys are equal.
EqualsTopology is a topological relationship, and does not imply that the Geometries have the same points or even that they are of the same class. This more restrictive form of equality is implemented in the Equals method. Two geometries are topologically equal if and only iff their interiors intersect and no part of the interior or boundary of one geomtry intersects the exterior of the other.
Geometry Class | Geometry Members | Geotools.Geometries Namespace