Last updated 3 years ago
Was this helpful?
Method in
Gets a value indicating whether this contains a function named name .
name
true if a function exists in this Library; false otherwise.
true
false
public bool FunctionExists(string name)
string name
string
The name of the function to look for.