VirtualUser VerifyLE Method C# API
Overload List

  NameDescription
Public methodVerifyLE(Int32, Int32, Boolean)
Verifies that one integer is less than or equal to another.
Public methodVerifyLE(Int64, Int64, Boolean)
Verifies that one long is less than or equal to another.
Public methodVerifyLE(Double, Double, Double, Boolean)
Verifies that one double is less than or equal to another.
Public methodVerifyLE(String, String, Boolean, Boolean)
Verifies that one string is less than or equal to another.
Back to Top
See Also