Click or drag to resize

BaseUriNode.CompareTo Method

Overload List
  NameDescription
Public methodCompareTo(BaseUriNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
Public methodCompareTo(IBlankNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(IBlankNode).)
Public methodCompareTo(IGraphLiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(IGraphLiteralNode).)
Public methodCompareTo(ILiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(ILiteralNode).)
Public methodCompareTo(INode)
Implementation of Compare To for Uri Nodes.
(Overrides BaseNode.CompareTo(INode).)
Public methodCompareTo(IUriNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(IUriNode).)
Public methodCompareTo(IVariableNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(IVariableNode).)
Top
See Also