BaseGraphDifference Method |
Computes the Difference between this Graph the given Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public GraphDiffReport Difference(
IGraph g
)
Public Function Difference (
g As IGraph
) As GraphDiffReport
Parameters
- g
- Type: VDS.RDFIGraph
Graph.
Return Value
Type:
GraphDiffReport[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.Difference(VDS.RDF.IGraph)"]
Implements
IGraphDifference(IGraph)Remarks
Produces a report which shows the changes that must be made to this Graph to produce the given Graph.
See Also