Determines whether an element is in the collection.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public bool Contains( Element value ) |
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ value As Element _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( Element^ value ) |