Skip to main content

Inequality Operator

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

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static bool operator !=(
HslColor left,
HslColor right
)

Parameters

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

Return Value

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

See Also

Reference

HslColor Structure
Avalonia.Media Namespace