| Overload | Description |
|---|
| GreaterOrEqual(Int32,Int32,String,String,Image) | Checks whether the first number specified is greater than or equal to the second for integer values. |
| GreaterOrEqual(UInt32,UInt32,String,String,Image) | Checks whether the first number specified is greater than or equal to the second for unsigned integer values. |
| GreaterOrEqual(Int64,Int64,String,String,Image) | Checks whether the first number specified is greater than or equal to the second for long values. |
| GreaterOrEqual(UInt64,UInt64,String,String,Image) | Checks whether the first number specified is greater than or equal to the second for unsigned long values. |
| GreaterOrEqual(Decimal,Decimal,String,String,Image) | Checks whether the first number specified is greater than or equal to the second for decimal values. |
| GreaterOrEqual(Double,Double,String,String,Image) | Checks whether the first number specified is greater than or equal to the second for double values. |
| GreaterOrEqual(Single,Single,String,String,Image) | Checks whether the first number specified is greater than or equal to the second for float values. |
| GreaterOrEqual(IComparable,IComparable,String,String,Image) | Checks whether the first number specified is greater than or equal to the second for IComparable values. |