Click or drag to resize

BlankNodeCompareTo Method

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