| WebElementEquals Method (Object) |
Determines whether the specified instances are considered equal.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As WebElement
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
Parameters
- obj
- Type: SystemObject
Return Value
Type:
BooleanTrue if equal, false otherwise.
See Also