SKPoint.Inequality(SKPoint, SKPoint) Operator

Definition

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

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

Parameters

left
SKPoint

A SKPoint to compare.

right
SKPoint

A SKPoint to compare.

Returns

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

Applies to