SKRectI.Equality(SKRectI, SKRectI) Operator

Definition

Tests whether two SKRectI structures have equal location and size.

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

Parameters

left
SKRectI

The SKRectI structure that is to the left of the equality operator.

right
SKRectI

The SKRectI structure that is to the right of the equality operator.

Returns

This operator returns true if the two specified SKRectI structures have equal Left, Top, Right, or Bottom properties.

Applies to