dotNetRDF API Documentation

BaseGraph.Difference Method

Computes the Difference between this Graph the given Graph

public GraphDiffReport Difference(
   IGraph g
);

Parameters

g
Graph

Return Value

Implements

IGraph.Difference

Remarks

Produces a report which shows the changes that must be made to this Graph to produce the given Graph

See Also

BaseGraph Class | VDS.RDF Namespace