SKColorF.Inequality(SKColorF, SKColorF) Operator

Definition

Indicates whether two SKColorF objects are different.

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

Parameters

left
SKColorF

The first color to compare.

right
SKColorF

The second color to compare.

Returns

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

Applies to