Method Contains
Contains(KeyValuePair<string, VariablesGroupAsset>)
Returns true if a global variable group is found with the same name.
Declaration
public bool Contains(KeyValuePair<string, VariablesGroupAsset> item)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyValuePair<string, VariablesGroupAsset> | item |
Returns
| Type | Description |
|---|---|
| bool | true if a group with the name is found or false if one is not. |