RectEquals(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) Version: 11.3.999
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The object to compare against.

Return Value

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

See Also