CqlParameterCollectionContains Method (Object) | 
 
            Indicates whether a DbParameter 
            with the specified Value 
            is contained in the collection.
            
 
    Namespace: 
   Cassandra.Data
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic override bool Contains(
	Object value
)
Parameters
- value
 - Type: SystemObject
            The Value 
            of the DbParameter to look for in the collection.
             
Return Value
Type: 
Boolean
            true if the 
DbParameter is in the collection; otherwise false.
            
Implements
IListContains(Object)
See Also