SKRectI.Inequality(SKRectI, SKRectI) Operator

Definition

Tests whether two SKRectI structures differ in location or size.

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

Parameters

left
SKRectI

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

right
SKRectI

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

Returns

This operator returns true if any of the Left, Top, Right, or Bottom properties of the two SKRectI structures are unequal; otherwise false.

Applies to