MCvPoint3D64fEquals Method (MCvPoint3D64f) |
http://www.emgu.com
Check if the other point equals to this point
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic bool Equals(
MCvPoint3D64f other
)
Public Function Equals (
other As MCvPoint3D64f
) As Boolean
public:
virtual bool Equals(
MCvPoint3D64f other
) sealed
abstract Equals :
other : MCvPoint3D64f -> bool
override Equals :
other : MCvPoint3D64f -> bool
Parameters
- other
- Type: Emgu.CV.StructureMCvPoint3D64f
The point to be compared
Return Value
Type:
BooleanTrue if the two points are equal
Implements
IEquatableTEquals(T)
See Also