Edit

OpenTypeMathGlyphVariant.Equality Operator

Definition

Determines whether two specified OpenTypeMathGlyphVariant objects are equal.

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

Parameters

left
OpenTypeMathGlyphVariant

The first OpenTypeMathGlyphVariant to compare.

right
OpenTypeMathGlyphVariant

The second OpenTypeMathGlyphVariant to compare.

Returns

true if the two OpenTypeMathGlyphVariant objects are equal; otherwise, false.

Applies to