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