ByEquals Method
Comapre two by objects

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As By
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Selenium.By.Equals(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Selenium.By.Equals(System.Object)"]

See Also