GpsQualityGetHashCode Method | |
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()
Public Overrides Function GetHashCode As Integer
Return Value
Type:
Int32An 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