Click or drag to resize

VariableNodeCompareTo Method

Overload List
  NameDescription
Public methodCompareTo(BaseVariableNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.)
Public methodCompareTo(IBlankNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.)
Public methodCompareTo(IGraphLiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.)
Public methodCompareTo(ILiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.)
Public methodCompareTo(INode)
Compares this Node to another Node.
(Inherited from BaseVariableNode.)
Public methodCompareTo(IUriNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.)
Public methodCompareTo(IVariableNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.)
Public methodCompareTo(VariableNode)
Compares this Node to another Variable Node.
Top
See Also