MCvPoint3D64fEquals Method (MCvPoint3D64f) |
http://www.emgu.com
Check if the other point equals to this point
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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