Edit

OpenTypeVarAxis.Equals Method

Definition

Overloads

Name Description
Equals(OpenTypeVarAxis)

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

Equals(Object)

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

Equals(OpenTypeVarAxis)

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

public readonly bool Equals(HarfBuzzSharp.OpenTypeVarAxis obj);

Parameters

obj
OpenTypeVarAxis

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