All pages
Powered by GitBook
1 of 1

Loading...

Contains(string)

Method in VariableStorageBehaviour

Summary

Returns a boolean value representing if a particular variable is inside the variable storage.

Parameters

Name
Description

string variableName

The name of the variable to check for.

Returns

true if this variable storage contains a value for the variable named variableName ; false otherwise.

public abstract bool Contains(string variableName);