'Declaration Public Function Contains( _ ByVal a As Action _ ) As System.Boolean
public System.bool Contains( Action a )
Parameters
- a
Return Value
A boolean indicating whether the specified action is contained in the collection.
'Declaration Public Function Contains( _ ByVal a As Action _ ) As System.Boolean
public System.bool Contains( Action a )