http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Return true if the location of the two points are equal
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public bool Equals( MCvPoint3D32f other ) |
Visual Basic |
---|
Public Function Equals ( _ other As MCvPoint3D32f _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( MCvPoint3D32f other ) sealed |
Parameters
- other
- Type: Emgu.CV.Structure..::..MCvPoint3D32f
The other point to compare with