AssertEquals Method
Test that two objects are 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 expected As Object
Dim input As Object
Dim failmessage As String

Assert.Equals(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

[Missing <param name="failmessage"/> documentation for "M:Selenium.Assert.Equals(System.Object,System.Object,System.String)"]

See Also