Determines wheter this coordinates containes same latitude and longitude as the specified GeoCoordinate.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool Equals(
	GeoCoordinate other
)
Visual Basic
Public Function Equals ( 
	other As GeoCoordinate
) As Boolean
Visual C++
public:
virtual bool Equals(
	GeoCoordinate other
) sealed
F#
abstract Equals : 
        other : GeoCoordinate -> bool 
override Equals : 
        other : GeoCoordinate -> bool 

Parameters

other
Type: MonoSoftware.Core..::..GeoCoordinate
GeoCoordinate to test.

Return Value

Type: Boolean
True if coordinates are same.

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also