SKPoint.Equality(SKPoint, SKPoint) Operator

Definition

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

Applies to