SKPoint3.Equality(SKPoint3, SKPoint3) Operator

Definition

Compares two SKPoint3 structures. The result specifies whether the values of the X and Y properties of the two SKPoint3 structures are 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 are equal; otherwise, false.

Applies to