Edit

Share via


Tag.Equals Method

Definition

Overloads

Name Description
Equals(Tag)

Determines whether the specified Tag is equal to this instance.

Equals(Object)

Determines whether the specified object is equal to this instance.

Equals(Tag)

Determines whether the specified Tag is equal to this instance.

public bool Equals(HarfBuzzSharp.Tag other);

Parameters

other
Tag

The Tag to compare with.

Returns

Returns true if the specified Tag is equal to this instance; otherwise, false.

Implements

Applies to

Equals(Object)

Determines whether the specified object is equal to this instance.

public override bool Equals(object obj);

Parameters

obj
Object

The object to compare with.

Returns

Returns true if the specified object is equal to this instance; otherwise, false.

Applies to