SKPoint3.Inequality(SKPoint3, SKPoint3) Operator

Definition

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

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

Parameters

left
SKPoint3

A SKPoint3 to compare.

right
SKPoint3

A SKPoint3 to compare.

Returns

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

Applies to