Library.FunctionExists(string)

Method in Library

Summary

Gets a value indicating whether this Library contains a function named name .

public bool FunctionExists(string name)

Parameters

NameDescription
string nameThe name of the function to look for.

Returns

true if a function exists in this Library; false otherwise.