Click or drag to resize

UriNodeCompareTo Method

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