[]
Determines whether the ParameterValueCollection contains a specific value.
public bool Contains(ParameterValue item)
| Type | Name | Description |
|---|---|---|
| ParameterValue | item | The object to locate in the ParameterValueCollection. |
| Type | Description |
|---|---|
| bool |
|