Determines whether the StateCollection collection contains a specific value.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public virtual bool Contains ( |
Visual Basic
![]() |
---|
Public Overridable Function Contains( _ |
Type: T
The item to check for.
Type: Boolean
true if the collection contains the item, otherwise false.