Edit

OpenTypeMathGlyphPart.Inequality Operator

Definition

Determines whether two OpenTypeMathGlyphPart structures are not equal.

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

Parameters

left
OpenTypeMathGlyphPart

The first value to compare.

right
OpenTypeMathGlyphPart

The second value to compare.

Returns

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

Applies to