Return true if the list contains the value.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As List
Dim value As Object
Dim returnValue As Boolean
returnValue = instance.Contains(value)
Parameters
- value
- Type: SystemObject
Value
Return Value
Type:
BooleanImplements
IListContains(Object)
See Also