Edit

OpenTypeMathGlyphPart.Equals Method

Definition

Overloads

Name Description
Equals(OpenTypeMathGlyphPart)

Determines whether the specified OpenTypeMathGlyphPart is equal to the current instance.

Equals(Object)

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

Equals(OpenTypeMathGlyphPart)

Determines whether the specified OpenTypeMathGlyphPart is equal to the current instance.

public readonly bool Equals(HarfBuzzSharp.OpenTypeMathGlyphPart obj);

Parameters

obj
OpenTypeMathGlyphPart

The object to compare with the current instance.

Returns

true if the objects are equal; otherwise, false.

Implements

Applies to

Equals(Object)

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

public override readonly bool Equals(object obj);

Parameters

obj
Object

The object to compare with the current instance.

Returns

true if the objects are equal; otherwise, false.

Applies to