EAPCollectionBaseContainsKey Method |
Checks for the existence of an item in the hashtable
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
The key of the item.
Return Value
Type:
Booleantrue if the item exists, false otherwise
See Also