LetPatternCompareTo Method (LetPattern) |
Compares this Let to another Let.
Namespace:
VDS.RDF.Query.Patterns
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public int CompareTo(
LetPattern other
)
Public Function CompareTo (
other As LetPattern
) As Integer
Parameters
- other
- Type: VDS.RDF.Query.PatternsLetPattern
Let to compare to.
Return Value
Type:
Int32Just calls the base compare method since that implements all the logic we need.
Implements
IComparableTCompareTo(T)See Also