Edit

SKFourByteTag.Equals Method

Definition

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.

Applies to