Geotools.Net

Polygon.Equals Method 

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
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
The Geometry with which to compare this Geometry.

Return Value

Returns true if this and the other Geometry are of the same class and have equal internal data.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Polygon.Equals(System.Object)

See Also

Polygon Class | Polygon Members | Geotools.Geometries Namespace