AssertNotEquals Method
Test that two objects are not equal and raise an exception if the result is false

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim 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