Skip to main content

Equals(Object) Method

Returns a boolean indicating whether the given object is equal to this rectangle.

Definition

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

public override bool Equals(
Object? obj
)

Parameters

  Object
The object to compare against.

Return Value

Boolean
True if the object is equal to this rectangle; false otherwise.

See Also

Reference

PixelRect Structure
Equals Overload
Avalonia Namespace