Return true if the two color 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( Hls other ) |
Visual Basic (Declaration) |
---|
Public Function Equals ( _ other As Hls _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( Hls other ) sealed |
Parameters
- other
- Type: Emgu.CV.Structure..::.Hls
The other color to compare with