GeoCoordinate.Equality(GeoCoordinate, GeoCoordinate) Operator

Definition

Determines whether two GeoCoordinate objects refer to the same location.

public:
 static bool operator ==(System::Device::Location::GeoCoordinate ^ left, System::Device::Location::GeoCoordinate ^ right);
public static bool operator == (System.Device.Location.GeoCoordinate left, System.Device.Location.GeoCoordinate right);
static member ( = ) : System.Device.Location.GeoCoordinate * System.Device.Location.GeoCoordinate -> bool
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.

Returns

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 to determine equivalency.

Applies to