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