Edit

SKSizeI.Inequality(SKSizeI, SKSizeI) Operator

Definition

Tests whether two SKSizeI structures are different.

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

Parameters

left
SKSizeI

The SKSizeI structure that is to the left of the inequality operator.

right
SKSizeI

The SKSizeI structure that is to the right of the inequality operator.

Returns

true if either of the Width and Height properties of the two SKSizeI structures are unequal; otherwise, false.

Applies to