Click or drag to resize

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
)

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