Show / Hide Table of Contents

Class TriplePatternTypeComparer

Comparer for Triple Pattern Types.

Inheritance
System.Object
TriplePatternTypeComparer
Implements
System.Collections.Generic.IComparer<T><TriplePatternType>
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.Patterns
Assembly: dotNetRdf.dll
Syntax
public class TriplePatternTypeComparer : IComparer<TriplePatternType>

Methods

| Improve this Doc View Source

Compare(TriplePatternType, TriplePatternType)

Compares two triple pattern types.

Declaration
public int Compare(TriplePatternType x, TriplePatternType y)
Parameters
Type Name Description
TriplePatternType x

Pattern Type.

TriplePatternType y

Pattern Type.

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(TriplePatternType, TriplePatternType)
  • Implements
  • Extension Methods
Back to top Generated by DocFX