OpenTypeVarAxis.Equality(OpenTypeVarAxis, OpenTypeVarAxis) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.