| Visual Basic (Declaration) | |
|---|---|
Public Function Contains( _ ByVal value As String _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Contains( string value ) | |
Parameters
- value
The label for which to check.
Return Value
True if the collection contains theparameter given; otherwise False.