Click or drag to resize

GraphDiffDifference Method

Calculates the Difference between the two Graphs i.e. the changes required to get from the 1st Graph to the 2nd Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public GraphDiffReport Difference(
	IGraph a,
	IGraph b
)

Parameters

a
Type: VDS.RDFIGraph
First Graph.
b
Type: VDS.RDFIGraph
Second Graph.

Return Value

Type: GraphDiffReport

[Missing <returns> documentation for "M:VDS.RDF.GraphDiff.Difference(VDS.RDF.IGraph,VDS.RDF.IGraph)"]

See Also