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