Open sandboxFocus

Method IsStrictlyGreaterThan

IsStrictlyGreaterThan(object?, long)

Declaration
public static bool? IsStrictlyGreaterThan(object? o, long min)
Parameters
Type Name Description
object o
long min
Returns
Type Description
bool?

IsStrictlyGreaterThan(object?, ulong)

Declaration
public static bool? IsStrictlyGreaterThan(object? o, ulong min)
Parameters
Type Name Description
object o
ulong min
Returns
Type Description
bool?

IsStrictlyGreaterThan(object?, double)

Declaration
public static bool? IsStrictlyGreaterThan(object? o, double min)
Parameters
Type Name Description
object o
double min
Returns
Type Description
bool?

IsStrictlyGreaterThan(object?, decimal)

Declaration
public static bool? IsStrictlyGreaterThan(object? o, decimal min)
Parameters
Type Name Description
object o
decimal min
Returns
Type Description
bool?