Geotools.Net

Point.CompareToSameClass Method 

Returns whether this Geometry is greater than, equal to, or less than another Geometry having the same class.

[Visual Basic]
Overrides Public Function CompareToSameClass( _
   ByVal other As Object _
) As Integer
[C#]
public override int CompareToSameClass(
   object other
);

Parameters

other
A Geometry having the same class as this Geometry.

Return Value

Returns a positive number, 0, or a negative number, depending on whether this object is greater than, equal to, or less than obj.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Point.CompareToSameClass(System.Object)

See Also

Point Class | Point Members | Geotools.Geometries Namespace