Method LessThanDefault
LessThanDefault(TypeCode, object?)
Compares value with the default value of the
specified type.
public static bool? LessThanDefault(TypeCode code, object? value)
Parameters
Returns
- bool?
trueifvalueis less than a default value;falseotherwise.