Geotools.Net

Coordinate.Equals2D Method 

Determines if the planar projections of the two Coordinates are equal.

[Visual Basic]
Public Function Equals2D( _
   ByVal other As Coordinate _
) As Boolean
[C#]
public bool Equals2D(
   Coordinate other
);

Parameters

other
A Coordinate with which to do the 2D comparison.

Return Value

True if the x- and y-coordinates are equal; the z-coordinates do not have to be equal.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Coordinate.Equals2D(Geotools.Geometries.Coordinate)

See Also

Coordinate Class | Coordinate Members | Geotools.Geometries Namespace