Skip to main content

Inequality Operator

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

Definition

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

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

Parameters

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

Return Value

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

See Also

Reference

HsvColor Structure
Avalonia.Media Namespace