RegionDataCompareTo Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Compares the region name of the current instance with another object of the same type.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
Parameters
- obj
- Type: SystemObject
The object to compare to this object.
Return Value
Type:
Int32A value that indicates the relative order of the objects being compared.
Implements
IComparableCompareTo(Object)Remarks Less than zero: this instance precedes obj in the sort order.
Zero: this instance occurs in the same position in the sort order as obj.
Greater than zero: this instance follows obj in the sort order.
See Also