Determines whether the collection contains a specified resource.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public bool Contains( RowHeaderColumn value ) |
Visual Basic |
---|
Public Function Contains ( _ value As RowHeaderColumn _ ) As Boolean |
Visual C++ |
---|
public: bool Contains( RowHeaderColumn^ value ) |
Parameters
- value
- Type: DayPilot.Web.Ui..::..RowHeaderColumn
Resource to be found.