Click or drag to resize

GraphLiteralNodeCompareTo Method

Overload List
  NameDescription
Public methodCompareTo(BaseGraphLiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.)
Public methodCompareTo(GraphLiteralNode)
Implementation of Compare To for Graph Literal Nodes.
Public methodCompareTo(IBlankNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.)
Public methodCompareTo(IGraphLiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.)
Public methodCompareTo(ILiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.)
Public methodCompareTo(INode)
Implementation of CompareTo for Graph Literals.
(Inherited from BaseGraphLiteralNode.)
Public methodCompareTo(IUriNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.)
Public methodCompareTo(IVariableNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.)
Top
See Also