Click or drag to resize

GpsQualityEquals Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Compares two GpsQuality structures for equality.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
A GpsQuality to compare with this object.

Return Value

Type: Boolean
True if the two are equal in all respects, otherwise false.
See Also