LatLonInequality Operator | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static bool operator !=(
LatLon a,
LatLon b
)
Public Shared Operator <> (
a As LatLon,
b As LatLon
) As Boolean
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:
BooleanReturns
true if the two
LatLons
are different, otherwise
false.
See Also