Edit

SKHighContrastConfig.Equality Operator

Definition

Determines whether two SKHighContrastConfig instances are equal.

public static bool operator ==(SkiaSharp.SKHighContrastConfig left, SkiaSharp.SKHighContrastConfig right);

Parameters

left
SKHighContrastConfig

The first SKHighContrastConfig to compare.

right
SKHighContrastConfig

The second SKHighContrastConfig to compare.

Returns

true if the two instances are equal; otherwise, false.

Applies to