[]
Gets whether a varibale with specified name exists in the document.
public bool Contains(string name)
| Type | Name | Description |
|---|---|---|
| string | name | A varibale name to check. |
| Type | Description |
|---|---|
| bool | true if a varibale with specified name exists in the document, otherwise false. |