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