Click or drag to resize

GpsQualityGetHashCode Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a unique hash code for this GpsQuality structure.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override int GetHashCode()

Return Value

Type: Int32
An integer value representing this GpsQuality object for use with hash tables.
Remarks
For more information about hash codes and how to use them, see GetHashCode.
See Also