Edit

GRMtlTextureInfo.Equals Method

Definition

Overloads

Name Description
Equals(GRMtlTextureInfo)

Determines whether the specified GRMtlTextureInfo is equal to the current instance.

Equals(Object)

Determines whether the specified object is equal to the current instance.

Equals(GRMtlTextureInfo)

Determines whether the specified GRMtlTextureInfo is equal to the current instance.

public readonly bool Equals(SkiaSharp.GRMtlTextureInfo obj);

Parameters

obj
GRMtlTextureInfo

The GRMtlTextureInfo to compare with this instance.

Returns

true if the specified object is equal to the current instance; otherwise, false.

Applies to

Equals(Object)

Determines whether the specified object is equal to the current instance.

public override readonly bool Equals(object obj);

Parameters

obj
Object

The object to compare with this instance.

Returns

true if the specified object is equal to the current instance; otherwise, false.

Applies to