MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemCollection(T).Contains Method
See Also
 





Checks if the item with the specified id is within the bounds of this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public bool Contains (
    string id
)

Visual Basic  Copy Code

Public Function Contains( _
    id As String _
) As Boolean

 Parameters

id

Type: String
The identifier of the item to search for in the collection.

 Return Value

true if the item is found; otherwise false.

 See Also

ItemCollection(T) Members
ItemCollection(T) Class
MindFusion.Scheduling Namespace