Table of Contents

Operator operator <=

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

operator <=(PlessVariant, PlessVariant)

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