SKFontVariationPositionCoordinate.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(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
The SKFontVariationPositionCoordinate to compare with this instance.
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.