RelativeRectEquals(RelativeRect) Method

Checks if the RelativeRect equals another rectangle.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
	RelativeRect p
)

Parameters

p  RelativeRect
The other rectangle.

Return Value

Boolean
True if the objects are equal, otherwise false.

Implements

IEquatableTEquals(T)

See Also