Edit

HBColor.Equality(HBColor, HBColor) Operator

Definition

Determines whether two HBColor values are equal.

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

Parameters

left
HBColor

The first HBColor to compare.

right
HBColor

The second HBColor to compare.

Returns

true if left and right have the same packed value; otherwise, false.

Applies to