GridLengthEquals(GridLength) Method

Compares two GridLength structures for equality.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool Equals(
	GridLength gridLength
)

Parameters

gridLength  GridLength
The structure with which to test equality.

Return Value

Boolean
True if the structures are equal, otherwise false.

Implements

IEquatableTEquals(T)

See Also