HslColorEquality Operator

Indicates whether the values of two specified HslColor objects are equal.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool operator ==(
	HslColor left,
	HslColor right
)

Parameters

left  HslColor
The first object to compare.
right  HslColor
The second object to compare.

Return Value

Boolean
True if left and right are equal; otherwise, false.

See Also