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