Geotools.Net

Coordinate.Equals Method 

Compares this object to the parameter object.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal otherCoordinate As Object _
) As Boolean
[C#]
public override bool Equals(
   object otherCoordinate
);

Parameters

otherCoordinate
Coordinate used for comparison.

Return Value

Returns true is otherCoordinate's x and y values are equal to this object's. Returns false otherwise.

Remarks

OtherCoordinate should also be of type coordinate in order to obtain an accurate result.

See Also

Coordinate Class | Coordinate Members | Geotools.Geometries Namespace