GeodeticCoordinateEquals Method (GeodeticCoordinate) |
http://www.emgu.com
Check if this Geodetic coordinate equals other
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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