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 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 |
---|---|
int |
Implements
System.Collections.Generic.IComparer<T>