Edit

Share via


SKMask.Inequality(SKMask, SKMask) Operator

Definition

Determines whether two specified SKMask objects have different values.

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

Parameters

left
SKMask

The first SKMask to compare.

right
SKMask

The second SKMask to compare.

Returns

true if the value of left is different from the value of right; otherwise, false.

Applies to