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