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