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