In The Hand LtdIn The Hand
Equals Method (obj)
NamespacesInTheHand.Device.LocationGeoCoordinateEquals(Object)
.NET Components for Mobility
Determines if a specified GeoCoordinate is equal to the current GeoCoordinate, based solely on latitude and longitude.
Declaration Syntax
C#Visual Basic
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
Parameters
obj (Object)
The object to compare the GeoCoordinate to.
Return Value
true, if the GeoCoordinate objects are equal; otherwise, false.
Remarks
Equivalent GeoCoordinate objects have the same Latitude and Longitude properties. The Altitude, HorizontalAccuracy, and VerticalAccuracy properties are not used in determining equivalency.

Assembly: InTheHand.Device (Module: InTheHand.Device) Version: 7.0.0.0