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