In The Hand LtdIn The Hand
Equality Operator
NamespacesInTheHand.Device.LocationGeoCoordinateEquality(GeoCoordinate, GeoCoordinate)
.NET Components for Mobility
Determines whether two GeoCoordinate objects refer to the same location.
Declaration Syntax
C#Visual Basic
public static bool operator ==(
	GeoCoordinate left,
	GeoCoordinate right
)
Public Shared Operator = ( _
	left As GeoCoordinate, _
	right As GeoCoordinate _
) As Boolean
Parameters
left (GeoCoordinate)
The first GeoCoordinate to compare.
right (GeoCoordinate)
The second GeoCoordinate to compare.
Return Value
true, if the GeoCoordinate objects are determined to be equivalent; 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