| GeodeticCoordinateEquals Method (GeodeticCoordinate) |
http://www.emgu.com
Check if this Geodetic coordinate equals other
Namespace: Emgu.CV.GeodeticAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool Equals(
GeodeticCoordinate other
)
Public Function Equals (
other As GeodeticCoordinate
) As Boolean
public:
virtual bool Equals(
GeodeticCoordinate other
) sealed
abstract Equals :
other : GeodeticCoordinate -> bool
override Equals :
other : GeodeticCoordinate -> bool Parameters
- other
- Type: Emgu.CV.GeodeticGeodeticCoordinate
The other coordinate to be compared with
Return Value
Type:
BooleanTrue if two coordinates equals
Implements
IEquatableTEquals(T)
See Also