Return true if the two MCvScalar equals
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public bool Equals( MCvScalar other ) |
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As MCvScalar _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals( MCvScalar other ) sealed |
Parameters
- other
- Type: Emgu.CV.Structure..::.MCvScalar
The other MCvScalar to compare with