SKColor.Equality(SKColor, SKColor) Operator

Definition

Indicates whether two SKColor objects are equal.

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

Parameters

left
SKColor

The first color to compare.

right
SKColor

The second color to compare.

Returns

Returns true if left is equal to right, otherwise false.

Applies to