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
)
Function Equals (
g As IGraph,
<OutAttribute> ByRef mapping As Dictionary(Of INode, INode)
) As Boolean
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