GeoPoint.Equals(GeoPoint, GeoPoint) Method
In This Article
Determines whether the two specified GeoPoint objects are equal.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
point1 | Geo |
A Geo |
point2 | Geo |
A Geo |
#Returns
Type | Description |
---|---|
Boolean | true if specified objects are equal; otherwise false. |
#Remarks
Two GeoPoint objects are considered equal if their GeoPoint.Latitude and GeoPoint.Longitude property values are equal.
See Also