Click or drag to resize

BaseGraph.HasSubGraph Method (IGraph, Dictionary<INode, INode>)

Checks whether this Graph has the given Graph as a sub-graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool HasSubGraph(
	IGraph g,
	out Dictionary<INode, INode> mapping
)

Parameters

g
Type: VDS.RDF.IGraph
Graph.
mapping
Type: System.Collections.Generic.Dictionary<INode, INode>
Mapping of Blank Nodes.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.HasSubGraph(VDS.RDF.IGraph,System.Collections.Generic.Dictionary{VDS.RDF.INode,VDS.RDF.INode}@)"]

Implements

IGraph.HasSubGraph(IGraph, Dictionary<INode, INode>)
See Also