Click or drag to resize

BaseNodeCompareTo Method

Overload List
  NameDescription
Public methodCompareTo(IBlankNode)
Nodes must implement a CompareTo method to allow them to be Sorted.
Public methodCompareTo(IGraphLiteralNode)
Nodes must implement a CompareTo method to allow them to be Sorted.
Public methodCompareTo(ILiteralNode)
Nodes must implement a CompareTo method to allow them to be Sorted.
Public methodCompareTo(INode)
Nodes must implement a CompareTo method to allow them to be Sorted.
Public methodCompareTo(IUriNode)
Nodes must implement a CompareTo method to allow them to be Sorted.
Public methodCompareTo(IVariableNode)
Nodes must implement a CompareTo method to allow them to be Sorted.
Top
See Also