Click or drag to resize
GeodeticCoordinateEquals Method (GeodeticCoordinate)
http://www.emgu.com
Check if this Geodetic coordinate equals other

Namespace: Emgu.CV.Geodetic
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public bool Equals(
	GeodeticCoordinate other
)

Parameters

other
Type: Emgu.CV.GeodeticGeodeticCoordinate
The other coordinate to be compared with

Return Value

Type: Boolean
True if two coordinates equals

Implements

IEquatableTEquals(T)
See Also