WrapperGraphIsSubGraphOf 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 virtual bool IsSubGraphOf(
IGraph g
)
Public Overridable Function IsSubGraphOf (
g As IGraph
) As Boolean
Parameters
- g
- Type: VDS.RDFIGraph
Graph.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.WrapperGraph.IsSubGraphOf(VDS.RDF.IGraph)"]
Implements
IGraphIsSubGraphOf(IGraph)See Also