Edit

HBColor.Equals Method

Definition

Overloads

Name Description
Equals(HBColor)

Indicates whether this color is equal to another HBColor.

Equals(Object)

Determines whether the specified object is equal to the current color.

Equals(HBColor)

Indicates whether this color is equal to another HBColor.

public bool Equals(HarfBuzzSharp.HBColor other);

Parameters

other
HBColor

The HBColor to compare with this instance.

Returns

true if the two colors have the same packed value; otherwise, false.

Implements

Applies to

Equals(Object)

Determines whether the specified object is equal to the current color.

public override bool Equals(object obj);

Parameters

obj
Object

The object to compare with the current color.

Returns

true if the specified object is equal to the current color; otherwise, false.

Applies to