Class NoReorderComparer
A Comparer which ranks all Triple Patterns as equal.
Inheritance
System.Object
NoReorderComparer
Implements
System.Collections.Generic.IComparer<T><ITriplePattern>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 |
---|---|
int |
Implements
System.Collections.Generic.IComparer<T>