Click or drag to resize

GraphMatcherEquals Method (IGraph, IGraph)

Compares two Graphs for equality.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Equals(
	IGraph g,
	IGraph h
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
h
Type: VDS.RDFIGraph
Graph.

Return Value

Type: Boolean

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

See Also