Table of Contents

Operator operator >

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

operator >(PlessVariant, PlessVariant)

Determines whether one specified PlessVariant is greater than another specified PlessVariant.

public static bool operator >(PlessVariant d1, PlessVariant d2)

Parameters

d1 PlessVariant

The first object to compare.

d2 PlessVariant

The second object to compare.

Returns

bool

true if d1 is greater than d2; otherwise, false.