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

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

Syntax

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

Parameters

other
Type: System..::..Object
Object to test.

Return Value

Type: Boolean
True if coordinates are same.

See Also