PixelRect.

Equals(PixelRect) Method

Summary

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

Syntax

public bool Equals(PixelRect other)

Parameters

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

Return Value

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