Equals Method (Object)
Collapse the table of content
Expand the table of content

GeoCoordinate.Equals Method (Object)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Determines whether the specified object is a GeoCoordinate that has the same latitude and longitude values as this one.

Namespace:  System.Device.Location
Assembly:  System.Device (in System.Device.dll)

'Declaration
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean

Parameters

obj
Type: System.Object
The object to compare with the current instance.

Return Value

Type: System.Boolean
Returns Boolean. true if the latitude and longitude properties of both objects have the same value.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft