Click or drag to resize

BaseGraphCollectionContains 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 abstract bool Contains(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Graph Uri to test.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.BaseGraphCollection.Contains(System.Uri)"]

Remarks
The null URI is used to reference the Default Graph.
See Also