Indicates whether an SAParameter object exists in the collection.
Public Overrides Function Contains(ByVal value As Object) As Boolean
public override bool Contains(object value)
value The SAParameter object to find.
True if the collection contains the SAParameter object. Otherwise, false.