Click or drag to resize

BaseGraphIsSubGraphOf Method (IGraph)

Checks whether this Graph is a sub-graph of the given Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool IsSubGraphOf(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.

Return Value

Type: Boolean

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

Implements

IGraphIsSubGraphOf(IGraph)
See Also