Click or drag to resize

BaseGraphLiteralNode.CompareTo Method

Overload List
  NameDescription
Public methodCompareTo(BaseGraphLiteralNode)
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 CompareTo for Graph Literals.
(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