Click or drag to resize

OrderByVariableCompare Method

Compares Sets on the basis of their values for the Variable the class was instaniated with.

Namespace:  VDS.RDF.Query.Ordering
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override int Compare(
	ISet x,
	ISet y
)

Parameters

x
Type: VDS.RDF.Query.AlgebraISet
A Set.
y
Type: VDS.RDF.Query.AlgebraISet
A Set.

Return Value

Type: Int32

[Missing <returns> documentation for "M:VDS.RDF.Query.Ordering.OrderByVariable.Compare(VDS.RDF.Query.Algebra.ISet,VDS.RDF.Query.Algebra.ISet)"]

Implements

IComparerTCompare(T, T)
See Also