[]
Determines whether the collection contains a parameter with the specified name.
public bool Contains(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the parameter to locate. |
| Type | Description |
|---|---|
| bool |
|
Determines whether the ParameterCollection contains a specific value.
public bool Contains(Parameter item)
| Type | Name | Description |
|---|---|---|
| Parameter | item | The object to locate in the ParameterCollection. |
| Type | Description |
|---|---|
| bool |
|