Compares this object to the parameter object.
[Visual Basic]
Overrides Public Function Equals( _
ByVal otherCoordinate As Object _
) As Boolean
Returns true is otherCoordinate's x and y values are equal to this object's. Returns false otherwise.
OtherCoordinate should also be of type coordinate in order to obtain an accurate result.
Coordinate Class | Coordinate Members | Geotools.Geometries Namespace