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