VerifyNotEquals Method
Tests that two objects are not equal.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim expected As Object
Dim input As Object
Dim failmessage As String
Dim returnValue As String

returnValue = Verify.NotEquals(expected, 
	input, failmessage)

Parameters

expected
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
Message to return if the verification fails...

Return Value

Type: String

[Missing <returns> documentation for "M:Selenium.Verify.NotEquals(System.Object,System.Object,System.String)"]

See Also