Show / Hide Table of Contents

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 Source

Compare(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>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Compare(ITriplePattern, ITriplePattern)
  • Implements
  • Extension Methods
Back to top Generated by DocFX