MindFusion.UI for WebForms Programmer's Guide

StateCollection(T).Contains Method

See Also
 





Determines whether the StateCollection collection contains a specific value.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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 for.

 Return Value

Type: Boolean
true if the collection contains the item, otherwise false.

 See Also