StringMapContainsKey Method |
Determines if the collection contains the specified key.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public override bool ContainsKey(
Object key
)
Public Overrides Function ContainsKey (
key As Object
) As Boolean
Parameters
- key
- Type: SystemObject
The key for which to search.
Return Value
Type:
BooleanTrue if found in collection, else false.
Remarks
The search is case-insensitive.
See Also