GridLengthEquality Operator

Compares two GridLength structures for equality.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool operator ==(
	GridLength a,
	GridLength b
)

Parameters

a  GridLength
The first GridLength.
b  GridLength
The second GridLength.

Return Value

Boolean
True if the structures are equal, otherwise false.

See Also