SKRect.Equality(SKRect, SKRect) Operator

Definition

Tests whether two SKRect structures have equal coordinates.

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

Parameters

left
SKRect

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

right
SKRect

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

Returns

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

Applies to