BaseVirtualVariableNode<TNodeID, TGraphID>.CompareTo Method (IVariableNode) |
Compares this Node to another Variable Node.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override int CompareTo(
IVariableNode other
)
Public Overrides Function CompareTo (
other As IVariableNode
) As Integer
Parameters
- other
- Type: VDS.RDF.IVariableNode
Other Variable Node.
Return Value
Type:
Int32[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.BaseVirtualVariableNode`2.CompareTo(VDS.RDF.IVariableNode)"]
Implements
IComparable<T>.CompareTo(T)IComparable<T>.CompareTo(T)
Remarks
Unless Virtual Equality (equality based on the Virtual RDF Provider and Virtual ID) can be determined or the Nodes are of different types then the Nodes value will have to be materialised in order to perform comparison.
See Also