Click or drag to resize

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
)

Parameters

g
Type: VDS.RDFIGraph
Graph.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.IGraph.HasSubGraph(VDS.RDF.IGraph)"]

See Also