Modifica

Condividi tramite


GRBackendRenderTargetDesc.Equals Method

Definition

Overloads

Name Description
Equals(GRBackendRenderTargetDesc)

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

Equals(Object)

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

Equals(GRBackendRenderTargetDesc)

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

public readonly bool Equals(SkiaSharp.GRBackendRenderTargetDesc obj);

Parameters

obj
GRBackendRenderTargetDesc

The GRBackendRenderTargetDesc to compare with the current instance.

Returns

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

Implements

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 the current instance.

Returns

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

Applies to