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





Checks if the specified item is contained within the collection.

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

 Syntax

C#  Copy Code

public virtual bool Contains (
    T item
)

Visual Basic  Copy Code

Public Overridable Function Contains( _
    item As T _
) As Boolean

 Parameters

item

Type: T
The item to check.

 Return Value

Type: Boolean
true if the given item is contained within the collection; otherwise false.

 See Also

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