DynamicObjectCollectionTContains Method (T) | 
 
            Checks whether a statement exists equivalent to given subject and predicate and object.
            
 
    Namespace: 
   VDS.RDF.Dynamic
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic bool Contains(
	T object
)
Public Function Contains ( 
	object As T
) As Boolean
Parameters
- object
 - Type: T
The object to assert. 
Return Value
Type: 
BooleanWhether a statement exists equivalent to given subject and predicate and 
object.
Implements
ICollectionTContains(T)
See Also