Show / Hide Table of Contents

Class NoReorderComparer

A Comparer which ranks all Triple Patterns as equal.

Inheritance
object
NoReorderComparer
Implements
IComparer<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

| Edit this page 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

IComparer<T>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • Compare(ITriplePattern, ITriplePattern)
  • Implements
  • Extension Methods
Back to top Generated by DocFX