SKFourByteTag.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(SKFourByteTag) |
Indicates whether this tag is equal to another SKFourByteTag. |
| Equals(Object) |
Indicates whether this tag is equal to the specified object. |
Equals(SKFourByteTag)
Indicates whether this tag is equal to another SKFourByteTag.
public bool Equals(SkiaSharp.SKFourByteTag other);
Parameters
- other
- SKFourByteTag
The SKFourByteTag to compare with this instance.
Returns
true if both tags have the same packed value; otherwise, false.
Implements
Applies to
Equals(Object)
Indicates whether this tag is equal to the specified object.
public override bool Equals(object? obj);
Parameters
- obj
- Object
The object to compare with this instance.
Returns
true if obj is an SKFourByteTag with the same packed value; otherwise, false.