[]
Determines whether the specified Action exists in the collection.
public bool Contains(Action a)
Public Function Contains(a As Action) As Boolean
| Type | Name | Description |
|---|---|---|
| Action | a |
| Type | Description |
|---|---|
| bool | A boolean indicating whether the specified action is contained in the collection. |