HsvColorInequality Operator

Indicates whether the values of two specified HsvColor objects are not equal.

Definition

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

Parameters

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

Return Value

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

See Also