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
)
Public Overrides Function Contains (
graphUri As Uri
) As Boolean
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