Edit

OpenTypeVarAxisInfo.Equals Method

Definition

Overloads

Name Description
Equals(OpenTypeVarAxisInfo)

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

Equals(Object)

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

Equals(OpenTypeVarAxisInfo)

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

public readonly bool Equals(HarfBuzzSharp.OpenTypeVarAxisInfo obj);

Parameters

obj
OpenTypeVarAxisInfo

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