GridLengthEquals(Object) Method

Determines whether the GridLength is equal to the specified object.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public override bool Equals(
	Object? o
)

Parameters

o  Object
The object with which to test equality.

Return Value

Boolean
True if the objects are equal, otherwise false.

See Also