Determines if two coordinates have the same values for x, y, and z.
[Visual Basic]
Public Function Equals3D( _
ByVal obj As Object _
) As Boolean
Returns true if obj is a Coordinate with the same values for x, y,and z.
If the object to compare to is not a coordinate false is returned.
Coordinate Class | Coordinate Members | Geotools.Geometries Namespace