Return true if the two color equals

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

Syntax

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

Parameters

other
Type: Emgu.CV.Structure..::.Ycc
The other color to compare with

Return Value

true if the two color equals

Implements

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

See Also