In The Hand LtdIn The Hand
Equals Method (other)
NamespacesInTheHand.Device.LocationGeoCoordinateEquals(GeoCoordinate)
.NET Components for Mobility
Determines if the GeoCoordinate object is equivalent to the parameter, based solely on latitude and longitude.
Declaration Syntax
C#Visual Basic
public bool Equals(
	GeoCoordinate other
)
Public Function Equals ( _
	other As GeoCoordinate _
) As Boolean
Parameters
other (GeoCoordinate)
The GeoCoordinate object to compare to the calling object.
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