 | OrderedDictionaryTK, TVContainsKey Method |
Determines whether the specified key contains key.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic bool ContainsKey(
TK key
)
Parameters
- key
- Type: TK
The key.
Return Value
Type:
Booleantrue if the specified key contains key; otherwise,
false.
See Also