Contains Method
Contains(string)
Determines whether this collection contains a Group with the specified name.
Declaration
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns