Bearbeiten

SKSamplingOptions.Equals Method

Definition

Overloads

Name Description
Equals(SKSamplingOptions)

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

Equals(Object)

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

Equals(SKSamplingOptions)

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

public bool Equals(SkiaSharp.SKSamplingOptions obj);

Parameters

obj
SKSamplingOptions

The SKSamplingOptions to compare with this 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 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