Geotools.Net

Geometry.CompareToSameClass Method 

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

[Visual Basic]
MustOverride Public Function CompareToSameClass( _
   ByVal obj As Object _
) As Integer
[C#]
public abstract 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.Geometry.CompareToSameClass(System.Object)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace