SKMatrix44.Equal(SKMatrix44, SKMatrix44) Method

Definition

Determines if the two matrices are equal.

public static bool Equal (SkiaSharp.SKMatrix44 left, SkiaSharp.SKMatrix44 right);

Parameters

left
SKMatrix44

The first matrix.

right
SKMatrix44

The second matrix.

Returns

Returns true if the two matrices are equal, otherwise false.

Applies to