Determines whether an object is an item in the list.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public virtual bool Contains( Object value ) |
Visual Basic (Declaration) |
---|
Public Overridable Function Contains ( _ value As Object _ ) As Boolean |
Parameters
- value
- Type: System..::..Object
The Object to locate.