IGraphHasSubGraph Method (IGraph) |
Checks whether this Graph has the given Graph as a sub-graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool HasSubGraph(
IGraph g
)
Function HasSubGraph (
g As IGraph
) As Boolean
Parameters
- g
- Type: VDS.RDFIGraph
Graph.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.IGraph.HasSubGraph(VDS.RDF.IGraph)"]
See Also