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(
Hsv other
)
Public Function Equals (
other As Hsv
) As Boolean
public:
virtual bool Equals(
Hsv other
) sealed
abstract Equals :
other : Hsv -> bool
override Equals :
other : Hsv -> bool Parameters
- other
- Type: Emgu.CV.StructureHsv
The other color to compare with
Return Value
Type:
Booleantrue if the two color equals
Implements
IEquatableTEquals(T)
See Also