Returns true if the two Geometrys have the same class and if the data which they store internally are equal.
[Visual Basic]
Overrides Public Function Equals( _
ByVal obj As Object _
) As Boolean
Returns true if this and the other Geometry are of the same class and have equal internal data.
This method is stricter equality than equals. If this and the other Geometrys are composites and any children are not Geometrys, returns false.
GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace