Click or drag to resize

HlsEquals Method (Hls)

http://www.emgu.com
Return true if the two color equals

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public bool Equals(
	Hls other
)

Parameters

other
Type: Emgu.CV.StructureHls
The other color to compare with

Return Value

Type: Boolean
true if the two color equals

Implements

IEquatableTEquals(T)
See Also