Returns true if the table contains function with the specified name
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public bool ContainsKey( string key )  | 
| Visual Basic (Declaration) | 
|---|
Public Function ContainsKey ( _ key As String _ ) As Boolean  | 
| Visual C++ | 
|---|
public: bool ContainsKey( String^ key )  | 
Parameters
- key
 - Type: System..::.String