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