VirtualUser VerifyLT Method C# API
Overload List

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