Geotools.Net

Coordinate.Equals3D Method 

Determines if two coordinates have the same values for x, y, and z.

[Visual Basic]
Public Function Equals3D( _
   ByVal obj As Object _
) As Boolean
[C#]
public bool Equals3D(
   object obj
);

Parameters

obj
Object to compare with the instance of this object.

Return Value

Returns true if obj is a Coordinate with the same values for x, y,and z.

Remarks

If the object to compare to is not a coordinate false is returned.

See Also

Coordinate Class | Coordinate Members | Geotools.Geometries Namespace