[]
Determines whether this collection contains the specified C1RadioButton.
public bool Contains(C1RadioButton item)
Public Function Contains(item As C1RadioButton) As Boolean
| Type | Name | Description |
|---|---|---|
| C1RadioButton | item |
| Type | Description |
|---|---|
| bool |
Determines whether this collection contains an C1RadioButton with the specified name.
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| bool |