Table of Contents

Operator operator !=

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

operator !=(GridLength, GridLength)

Overloaded operator, compares 2 GridLength's.

public static bool operator !=(GridLength gl1, GridLength gl2)

Parameters

gl1 GridLength

first GridLength to compare.

gl2 GridLength

second GridLength to compare.

Returns

bool

true if specified GridLengths have either different value or unit type.