Check if this Geodetic coordinate equals other

Namespace:  Emgu.CV.Geodetic
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.793 (2.1.0.793)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Equals(
	GeodeticCoordinate other
)
Public Function Equals ( _
	other As GeodeticCoordinate _
) As Boolean
public:
virtual bool Equals(
	GeodeticCoordinate other
) sealed

Parameters

other
GeodeticCoordinate
The other coordinate to be compared with

Return Value

True if two coordinates equals

Implements

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

See Also