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