Show / Hide Table of Contents

Class TriplePatternTypeComparer

Comparer for Triple Pattern Types.
Inheritance
System.Object
TriplePatternTypeComparer
Implements
System.Collections.Generic.IComparer<TriplePatternType>
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.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
System.Int32

Implements

System.Collections.Generic.IComparer<T>

Extension Methods

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