Class NoReorderComparer
A Comparer which ranks all Triple Patterns as equal.
Inheritance
System.Object
NoReorderComparer
Implements
System.Collections.Generic.IComparer<ITriplePattern>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Optimisation
Assembly: dotNetRDF.dll
Syntax
public class NoReorderComparer : IComparer<ITriplePattern>
Methods
| Improve this Doc 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 |
---|---|
System.Int32 |
Implements
System.Collections.Generic.IComparer<T>