Edit

OpenTypeVarAxisInfo.Inequality Operator

Definition

Determines whether two OpenTypeVarAxisInfo structures are not equal.

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

Parameters

left
OpenTypeVarAxisInfo

The first value to compare.

right
OpenTypeVarAxisInfo

The second value to compare.

Returns

true if the values are not equal; otherwise, false.

Applies to