Geotools.Net

Coordinates.Equals Method 

Determines if the two objects are of the same type and if they contain the elements.

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

Parameters

obj
The other object to be compared.

Return Value

A bool containing either true of false based on the equality of the two objects.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Coordinates.Equals(System.Object)

See Also

Coordinates Class | Coordinates Members | Geotools.Geometries Namespace