| KeyedCommandifiedListT, TKeyValueContainsKey Method  | 
 
            Determines whether the specified key is present
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntaxpublic bool ContainsKey(
	TKeyValue key
)
Public Function ContainsKey ( 
	key As TKeyValue
) As Boolean
Parameters
- key
 - Type: TKeyValue
The key. 
Return Value
Type: 
Boolean if the specified key is present, false otherwise. 
See Also