IsGreaterThan(object?, long)
Declaration
public static bool? IsGreaterThan(object? o, long min)Parameters
| Type | Name | Description |
|---|---|---|
| object | o | |
| long | min |
Returns
| Type | Description |
|---|---|
| bool? |
IsGreaterThan(object?, ulong)
Declaration
public static bool? IsGreaterThan(object? o, ulong min)Parameters
| Type | Name | Description |
|---|---|---|
| object | o | |
| ulong | min |
Returns
| Type | Description |
|---|---|
| bool? |
IsGreaterThan(object?, double)
Declaration
public static bool? IsGreaterThan(object? o, double min)Parameters
| Type | Name | Description |
|---|---|---|
| object | o | |
| double | min |
Returns
| Type | Description |
|---|---|
| bool? |
IsGreaterThan(object?, decimal)
Declaration
public static bool? IsGreaterThan(object? o, decimal min)Parameters
| Type | Name | Description |
|---|---|---|
| object | o | |
| decimal | min |
Returns
| Type | Description |
|---|---|
| bool? |