Click or drag to resize

BaseVirtualVariableNode<TNodeID, TGraphID>.CompareTo Method

Overload List
  NameDescription
Public methodCompareTo(BaseVirtualNode<TNodeID, TGraphID>)
Compares this Node to another Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(BaseVirtualVariableNode<TNodeID, TGraphID>)
Compares this Node to another Variable Node.
Public methodCompareTo(IBlankNode)
Compares this Node to another Blank Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(IGraphLiteralNode)
Compares this Node to another Graph LiteralNode.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(ILiteralNode)
Compares this Node to another Literal Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(INode)
Compares this Node to another Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(IUriNode)
Compares this Node to another URI Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(IVariableNode)
Compares this Node to another Variable Node.
(Overrides BaseVirtualNode<TNodeID, TGraphID>.CompareTo(IVariableNode).)
Public methodCompareTo(IVirtualNode<TNodeID, TGraphID>)
Compares this Node to another Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Top
See Also