GridLengthInequality Operator

Compares two GridLength structures for inequality.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool operator !=(
	GridLength gl1,
	GridLength gl2
)

Parameters

gl1  GridLength
The first GridLength.
gl2  GridLength
The first GridLength.

Return Value

Boolean
True if the structures are unequal, otherwise false.

See Also