TreeIndexedTripleCollectionContains Method  | 
 
            Checks whether the collection contains a given Triple.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override bool Contains(
	Triple t
)
Public Overrides Function Contains ( 
	t As Triple
) As Boolean
Parameters
- t
 - Type: VDS.RDFTriple
Triple. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.TreeIndexedTripleCollection.Contains(VDS.RDF.Triple)"]
See Also