Click or drag to resize

IGraphEquals Method

Checks whether a Graph is equal to another Graph and if so returns the mapping of Blank Nodes.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool Equals(
	IGraph g,
	out Dictionary<INode, INode> mapping
)

Parameters

g
Type: VDS.RDFIGraph
Graph to compare with.
mapping
Type: System.Collections.GenericDictionaryINode, INode
Mapping of Blank Nodes.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.IGraph.Equals(VDS.RDF.IGraph,System.Collections.Generic.Dictionary{VDS.RDF.INode,VDS.RDF.INode}@)"]

See Also