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
Returns a positive number, 0, or a negative number, depending on whether this object is greater than, equal to, or less than obj.
Missing <remarks> documentation for M:Geotools.Geometries.Geometry.CompareToSameClass(System.Object)
Geometry Class | Geometry Members | Geotools.Geometries Namespace