SKPMColor.Inequality(SKPMColor, SKPMColor) Operator

Definition

Indicates whether two SKPMColor objects are different.

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 not equal to right, otherwise false.

Applies to