Geotools.Net

Polygon.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 obj As Object _
) As Integer
[C#]
public override int CompareToSameClass(
   object obj
);

Parameters

obj
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.Polygon.CompareToSameClass(System.Object)

See Also

Polygon Class | Polygon Members | Geotools.Geometries Namespace