Click or drag to resize

BaseUriNodeCompareTo Method (INode)

Implementation of Compare To for Uri Nodes.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
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