OpenTypeMathGlyphVariant.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 specified OpenTypeMathGlyphVariant objects are not equal.
public static bool operator !=(HarfBuzzSharp.OpenTypeMathGlyphVariant left, HarfBuzzSharp.OpenTypeMathGlyphVariant right);
Parameters
The first OpenTypeMathGlyphVariant to compare.
- right
- OpenTypeMathGlyphVariant
The second OpenTypeMathGlyphVariant to compare.
Returns
true if the two OpenTypeMathGlyphVariant objects are not equal; otherwise, false.