Implements Contains(Object).
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public bool Contains( ReportSlot value ) |
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ value As ReportSlot _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( ReportSlot^ value ) |