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
Return Value
Type: Boolean true if the collection contains the item, otherwise false.
See Also
|