Edit

OpenTypeVarAxis.Inequality(OpenTypeVarAxis, OpenTypeVarAxis) Operator

Definition

Determines whether two OpenTypeVarAxis structures are not equal.

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

Parameters

left
OpenTypeVarAxis

The first value to compare.

right
OpenTypeVarAxis

The second value to compare.

Returns

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

Applies to