Determines whether the collection contains the specified Action.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)
Syntax
C# |
---|
public bool Contains( Action action ) |
Visual Basic (Declaration) |
---|
Public Function Contains ( _ action As Action _ ) As Boolean |
Visual C++ |
---|
public: bool Contains( Action^ action ) |
Parameters
- action
- Type: Neodynamic.SDK..::.Action
An Action to search for in the collection.