RelativeRectEquality Operator

Checks for equality between two RelativeRects.

Definition

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

Parameters

left  RelativeRect
The first rectangle.
right  RelativeRect
The second rectangle.

Return Value

Boolean
True if the rectangles are equal; otherwise false.

See Also