SKPointI.Equality(SKPointI, SKPointI) Operator

Definition

Determines whether the coordinates of the specified points are 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 are equal; otherwise, false.

Applies to