SKSizeI.Inequality(SKSizeI, SKSizeI) Operator

Definition

Tests whether two SKSizeI structures are different.

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

Parameters

sz1left
SKSizeI

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

sz2right
SKSizeI

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

Returns

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

Applies to