Edit

SKColorSpaceTransferFn.Equals Method

Definition

Overloads

Name Description
Equals(SKColorSpaceTransferFn)

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

Equals(Object)

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

Equals(SKColorSpaceTransferFn)

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

public readonly bool Equals(SkiaSharp.SKColorSpaceTransferFn obj);

Parameters

obj
SKColorSpaceTransferFn

The SKColorSpaceTransferFn to compare with the current instance.

Returns

true if the specified SKColorSpaceTransferFn 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 a SKColorSpaceTransferFn and is equal to the current instance; otherwise, false.

Applies to