Returns whether the object already exists in the collection.
Namespace:
PerpetuumSoft.Reporting.CommandModelAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public bool Contains( Command value ) |
Visual Basic (Declaration) |
---|
Public Function Contains ( _ value As Command _ ) As Boolean |
Visual C++ |
---|
public: bool Contains( Command^ value ) |