Returns true if the collection contains the given DBParameter.
Public Function Contains(ByVal value As Object) As Boolean
public bool Contains(object value)
value The DBParameter object to check for.
True if this collection contains the DBParameter; otherwise, false.