| STKey, ValueContains Method  | 
             Returns true if this symbol table contain the given key.
 
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Contains(
	Key key
)
Parameters
- key
 - Type: Key
the key 
Return Value
Type: 
Booleantrue if this symbol table contains 
key and
                    
false otherwise
Exceptions
See Also