Click or drag to resize

LatLonInequality Operator

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Checks two LatLons for inequality.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static bool operator !=(
	LatLon a,
	LatLon b
)

Parameters

a
Type: Telogis.GeoBaseLatLon
The first LatLon to compare.
b
Type: Telogis.GeoBaseLatLon
The second LatLon to compare with the first.

Return Value

Type: Boolean
Returns true if the two LatLons are different, otherwise false.
See Also