Rect.

Equals(Rect) Method

Summary

Returns a boolean indicating whether the rect is equal to the other given rect.
Namespace
Avalonia
Containing Type
Rect

Syntax

public bool Equals(Rect other)

Parameters

Name Type Description
other Rect The other rect to test equality against.

Return Value

Type Description
bool True if this rect is equal to other; False otherwise.