Click or drag to resize

WrapperGraphCollectionContains Method

Gets whether the collection contains the given Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool Contains(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri

[Missing <param name="graphUri"/> documentation for "M:VDS.RDF.WrapperGraphCollection.Contains(System.Uri)"]

Return Value

Type: Boolean

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

See Also