Test that two objects are not equal and raise an exception if the result is false
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim notexpected As Object
Dim input As Object
Dim failmessage As String
Assert.NotEquals(notexpected, input,
failmessage)
Parameters
- notexpected
- Type: SystemObject
expected object. Can be a string, number, array... - input
- Type: SystemObject
current object. Can be a string, number, array... - failmessage (Optional)
- Type: SystemString
[Missing <param name="failmessage"/> documentation for "M:Selenium.Assert.NotEquals(System.Object,System.Object,System.String)"]
See Also