SKPMColor.Equality(SKPMColor, SKPMColor) Operator

Definition

Indicates whether two SKPMColor objects are equal.

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

Parameters

left
SKPMColor

The first color to compare.

right
SKPMColor

The second color to compare.

Returns

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

Applies to