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?
true
ifvalue
is less than a default value;false
otherwise.