Return true if the two color equals

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Equals(
	Bgr other
)
Public Function Equals ( _
	other As Bgr _
) As Boolean
public:
virtual bool Equals(
	Bgr other
) sealed

Parameters

other
Bgr
The other color to compare with

Return Value

true if the two color equals

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also