Click or drag to resize

BaseTripleComparerCompare Method

Compares two Triples.

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

Parameters

x
Type: VDS.RDFTriple
Triple.
y
Type: VDS.RDFTriple
Triple.

Return Value

Type: Int32

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

Implements

IComparerTCompare(T, T)
See Also