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