SKPointI.Inequality(SKPointI, SKPointI) Operator

Definition

Determines whether the coordinates of the specified points are not equal.

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

Parameters

left
SKPointI

A SKPointI to compare.

right
SKPointI

A SKPointI to compare.

Returns

true if the X and Y values of the left and right SKPoint structures differ; otherwise, false.

Applies to