OpenTypeVarAxisInfo.Inequality 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 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.