Click or drag to resize

RegionDataCompareTo Method

Verizon Connect Logo
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
)

Parameters

obj
Type: SystemObject
The object to compare to this object.

Return Value

Type: Int32
A 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