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