http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Returns true if the two box 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( MCvBox2D other ) |
Visual Basic |
---|
Public Function Equals ( _ other As MCvBox2D _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( MCvBox2D other ) sealed |
Parameters
- other
- Type: Emgu.CV.Structure..::..MCvBox2D
The other box to compare with