Edit

HBColor.Inequality(HBColor, HBColor) Operator

Definition

Determines whether two HBColor values are not equal.

public static bool operator !=(HarfBuzzSharp.HBColor left, HarfBuzzSharp.HBColor right);

Parameters

left
HBColor

The first HBColor to compare.

right
HBColor

The second HBColor to compare.

Returns

true if left and right have different packed values; otherwise, false.

Applies to