http://www.emgu.com
Return true if the two color equals
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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