Click or drag to resize

GraphSizeComparerCompare Method

Compares Graphs based on their number of Triples.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public int Compare(
	IGraph x,
	IGraph y
)

Parameters

x
Type: VDS.RDFIGraph
Graph.
y
Type: VDS.RDFIGraph
Graph.

Return Value

Type: Int32

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

Implements

IComparerTCompare(T, T)
See Also