Table of Contents

Operator operator ==

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

operator ==(GridLength, GridLength)

Determines whether two specified instances of GridLength are equal.

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

Parameters

gl1 GridLength

The first instance of GridLength to compare.

gl2 GridLength

The second instance of GridLength to compare.

Returns

bool

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