Determines if the planar projections of the two Coordinates are equal.
[Visual Basic]
Public Function Equals2D( _
ByVal other As Coordinate _
) As Boolean
True if the x- and y-coordinates are equal; the z-coordinates do not have to be equal.
Missing <remarks> documentation for M:Geotools.Geometries.Coordinate.Equals2D(Geotools.Geometries.Coordinate)
Coordinate Class | Coordinate Members | Geotools.Geometries Namespace