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