BaseUriNodeCompareTo Method (INode) |
Implementation of Compare To for Uri Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override int CompareTo(
INode other
)
Public Overrides Function CompareTo (
other As INode
) As Integer
Parameters
- other
- Type: VDS.RDFINode
Node to Compare To.
Return Value
Type:
Int32[Missing <returns> documentation for "M:VDS.RDF.BaseUriNode.CompareTo(VDS.RDF.INode)"]
Implements
IComparableTCompareTo(T)IComparableTCompareTo(T)Remarks
Uri Nodes are greater than Blank Nodes and Nulls, they are less than Literal Nodes and Graph Literal Nodes.
Uri Nodes are ordered based upon lexical ordering of the string value of their URIs.
See Also