PixelRectEquality Operator

Checks for equality between two PixelRects.

Definition

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

Parameters

left  PixelRect
The first rect.
right  PixelRect
The second rect.

Return Value

Boolean
True if the rects are equal; otherwise false.

See Also