Emgu CV Library Documentation
Equals Method (other)
NamespacesEmgu.CV.StructureBgraEquals(Bgra)

www.emgu.com/wiki
Return true if the two color equals
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	Bgra other
)
Public Function Equals ( _
	other As Bgra _
) As Boolean
public:
virtual bool Equals(
	Bgra other
) sealed
Parameters
other (Bgra)
The other color to compare with
Return Value
true if the two color equals

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)