SKFontVariationAxis.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Equals(SKFontVariationAxis) |
Indicates whether this variation axis is equal to another SKFontVariationAxis. |
| Equals(Object) |
Indicates whether this variation axis is equal to the specified object. |
Equals(SKFontVariationAxis)
Indicates whether this variation axis is equal to another SKFontVariationAxis.
public readonly bool Equals(SkiaSharp.SKFontVariationAxis obj);
Parameters
The SKFontVariationAxis to compare with this instance.
Returns
true if both axes have the same tag, range, and hidden flag; otherwise, false.
Implements
Applies to
Equals(Object)
Indicates whether this variation axis 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 SKFontVariationAxis with the same values; otherwise, false.