Skip to main content

Equals(Rect) Method

Returns a boolean indicating whether the rect is equal to the other given rect.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool Equals(
Rect other
)

Parameters

  Rect
The other rect to test equality against.

Return Value

Boolean
True if this rect is equal to other; False otherwise.

Implements

IEquatable(T).Equals(T)

See Also

Reference

Rect Structure
Equals Overload
Avalonia Namespace