All pages
Powered by GitBook
1 of 1

Loading...

FunctionExists(string)

Method in Library

Summary

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

public bool FunctionExists(string name)

Parameters

Name
Description

string name

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

The name of the function to look for.

Returns