| DictionaryContainsKey Method |
Returns true if the key is present, false otherwise.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Dictionary
Dim key As String
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
Parameters
- key
- Type: SystemString
Key
Return Value
Type:
Boolean
See Also