Table of Contents

Operator operator !=

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

operator !=(GridLength, GridLength)

Determines whether two specified instances of GridLength are not equal.

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

Parameters

gl1 GridLength

The first value to compare.

gl2 GridLength

The second value to compare.

Returns

bool

true if the two instances of GridLength are not equal; otherwise, false.