GraphCollectionContains Method  | 
 
            Checks whether the Graph with the given Uri exists in this Graph Collection.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override bool Contains(
	Uri graphUri
)
Public Overrides Function Contains ( 
	graphUri As Uri
) As Boolean
Parameters
- graphUri
 - Type: SystemUri
Graph Uri to test. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.GraphCollection.Contains(System.Uri)"]
See Also