Table of Contents

Method LessThanDefault

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

LessThanDefault(TypeCode, object?)

Compares value with the default value of the specified type.

public static bool? LessThanDefault(TypeCode code, object? value)

Parameters

code TypeCode

Type code.

value object

Value to compare with the default value.

Returns

bool?

true if value is less than a default value; false otherwise.