SKColorF.Equality(SKColorF, SKColorF) Operator

Definition

Indicates whether two SKColorF objects are equal.

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

Applies to