SKColor.Inequality(SKColor, SKColor) Operator

Definition

Indicates whether two SKColor objects are different.

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

Applies to