PropertyPathPatternCompareTo Method (PropertyPathPattern) | 
 
            Compares a property path pattern to another.
            
 
    Namespace: 
   VDS.RDF.Query.Patterns
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic int CompareTo(
	PropertyPathPattern other
)
Public Function CompareTo ( 
	other As PropertyPathPattern
) As Integer
Parameters
- other
 - Type: VDS.RDF.Query.PatternsPropertyPathPattern
Pattern. 
Return Value
Type: 
Int32[Missing <returns> documentation for "M:VDS.RDF.Query.Patterns.PropertyPathPattern.CompareTo(VDS.RDF.Query.Patterns.PropertyPathPattern)"]
Implements
IComparableTCompareTo(T)
See Also