VirtualUserScript VerifyEQ Method C# API
Overload List

  NameDescription
Public methodVerifyEQ(Int32, Int32, Boolean)
Verifies that two integers are equal.
Public methodVerifyEQ(Int64, Int64, Boolean)
Verifies that two longs are equal.
Public methodVerifyEQ(Double, Double, Double, Boolean)
Verifies that two doubles are equal.
Public methodVerifyEQ(String, String, Boolean, Boolean)
Verifies that two strings are equal.
Back to Top
See Also