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