SKRect.Inequality(SKRect, SKRect) Operator

Definition

Tests whether two SKRect structures differ in coordinates.

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

Parameters

left
SKRect

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

right
SKRect

The SKRect 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 SKRect structures are unequal; otherwise false.

Applies to