Edit

FontExtents.Inequality(FontExtents, FontExtents) Operator

Definition

Determines whether two specified FontExtents objects are not equal.

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

Parameters

left
FontExtents

The first FontExtents to compare.

right
FontExtents

The second FontExtents to compare.

Returns

Returns true if the two FontExtents objects are not equal; otherwise, false.

Applies to