Editar

OpenTypeVarAxis.Equality(OpenTypeVarAxis, OpenTypeVarAxis) Operator

Definition

Determines whether two OpenTypeVarAxis structures are 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 equal; otherwise, false.

Applies to