Class NoReorderComparer
A Comparer which ranks all Triple Patterns as equal.
Implements
Inherited Members
Namespace: VDS.RDF.Query.Optimisation
Assembly: dotNetRdf.dll
Syntax
public class NoReorderComparer : IComparer<ITriplePattern>
Methods
| Edit this page View SourceCompare(ITriplePattern, ITriplePattern)
Compares two Triple Patterns are always returns that they are ranking equal.
Declaration
public int Compare(ITriplePattern x, ITriplePattern y)
Parameters
Type | Name | Description |
---|---|---|
ITriplePattern | x | First Triple Pattern. |
ITriplePattern | y | Second Triple Pattern. |
Returns
Type | Description |
---|---|
int |