Click or drag to resize

LocationCompareTo Method

Compares to locations.

Namespace:  Dynamicweb.Maps
Assembly:  Dynamicweb.Maps (in Dynamicweb.Maps.dll) Version: 1.0.9
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
The location instance for comparison

Return Value

Type: Int32
Returns zero if locations are equal

Implements

IComparableCompareTo(Object)
See Also