Determines whether the collection contains the specified parameter.
'Declaration
Public Function Contains( _
ByVal As Parameter _
) As System.Boolean
public System.bool Contains(
Parameter
)
Parameters
- parameter
- The parameter to find in the collection.
Return Value
True if the collection contains the parameter; otherwise, False.