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: 
Syntaxpublic GraphDiffReport Difference(
	IGraph a,
	IGraph b
)
Public Function Difference ( 
	a As IGraph,
	b As IGraph
) As GraphDiffReport
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