Edit

SKFontVariationPositionCoordinate.Equals Method

Definition

Overloads

Name Description
Equals(SKFontVariationPositionCoordinate)

Indicates whether this coordinate is equal to another SKFontVariationPositionCoordinate.

Equals(Object)

Indicates whether this coordinate is equal to the specified object.

Equals(SKFontVariationPositionCoordinate)

Indicates whether this coordinate is equal to another SKFontVariationPositionCoordinate.

public readonly bool Equals(SkiaSharp.SKFontVariationPositionCoordinate obj);

Parameters

Returns

true if both coordinates have the same axis tag and value; otherwise, false.

Implements

Applies to

Equals(Object)

Indicates whether this coordinate is equal to the specified object.

public override readonly bool Equals(object obj);

Parameters

obj
Object

The object to compare with this instance.

Returns

true if obj is a SKFontVariationPositionCoordinate with the same axis tag and value; otherwise, false.

Applies to