ThreadSafeGraphCollectionContains Method |
Checks whether the Graph with the given Uri exists in this Graph Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public 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.ThreadSafeGraphCollection.Contains(System.Uri)"]
See Also