NpgsqlParameterCollection.Contains Method (Object)
      
     
    
       Gets a value indicating whether a NpgsqlParameter exists in the collection. 
      
        [Visual Basic]
        Overrides Overloads Public Function Contains( _
   ByVal 
value As 
Object _
) As 
Boolean _
 
      
        [C#]
        public override 
bool Contains(   
object value);
 
      Parameters
      
        - 
          value
        
- The value of the NpgsqlParameter object to find.
Return Value
      true if the collection contains the NpgsqlParameter object; otherwise, false.
      Implements
      
        IList.Contains
      
      See Also
      
        NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Contains Overload List