BaseLiteralNodeCompareTo Method (BaseLiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public int CompareTo(
BaseLiteralNode other
)
Public Function CompareTo (
other As BaseLiteralNode
) As Integer
Parameters
- other
- Type: VDS.RDFBaseLiteralNode
Node to test against.
Return Value
Type:
Int32[Missing <returns> documentation for "M:VDS.RDF.BaseLiteralNode.CompareTo(VDS.RDF.BaseLiteralNode)"]
Implements
IComparableTCompareTo(T)See Also