Edit

OpenTypeMathGlyphPart.Equality Operator

Definition

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

Applies to