Table of Contents

Operator operator <

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

operator <(PlessVariant, PlessVariant)

Determines whether one specified PlessVariant is less 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 less than d2; otherwise, false.