Return true if the two color equals

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

Syntax

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

Parameters

other
Hls
The other color to compare with

Return Value

true if the two color equals

Implements

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

See Also