http://www.emgu.com
Return true if the two color equals
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool Equals(
Hls other
)
Public Function Equals (
other As Hls
) As Boolean
public:
virtual bool Equals(
Hls other
) sealed
abstract Equals :
other : Hls -> bool
override Equals :
other : Hls -> bool Parameters
- other
- Type: Emgu.CV.StructureHls
The other color to compare with
Return Value
Type:
Booleantrue if the two color equals
Implements
IEquatableTEquals(T)
See Also