RectEquality Operator

Checks for equality between two Rects.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool operator ==(
	Rect left,
	Rect right
)

Parameters

left  Rect
The first rect.
right  Rect
The second rect.

Return Value

Boolean
True if the rects are equal; otherwise false.

See Also