Overload List
| Name | Description | |
|---|---|---|
| VerifyLE(Int32, Int32, Boolean) |
Verifies that one integer is less than or equal to another.
| |
| VerifyLE(Int64, Int64, Boolean) |
Verifies that one long is less than or equal to another.
| |
| VerifyLE(Double, Double, Double, Boolean) |
Verifies that one double is less than or equal to another.
| |
| VerifyLE(String, String, Boolean, Boolean) |
Verifies that one string is less than or equal to another.
|
See Also