Rect.

Equals(object) Method

Summary

Returns a boolean indicating whether the given object is equal to this rectangle.
Namespace
Avalonia
Containing Type
Rect

Syntax

public override bool Equals(object obj)

Parameters

Name Type Description
obj object The object to compare against.

Return Value

Type Description
bool True if the object is equal to this rectangle; false otherwise.