Returns true if the two Geometrys have the same class and if the data which they store internally are equal. This method is stricter equality than equals. If this and the other Geometrys are composites and any children are not Geometrys, returns false.
[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.
Missing <remarks> documentation for M:Geotools.Geometries.Polygon.Equals(System.Object)
Polygon Class | Polygon Members | Geotools.Geometries Namespace