BaseVirtualGraphLiteralNodeTNodeID, TGraphIDCompareTo Method (BaseVirtualGraphLiteralNodeTNodeID, TGraphID) |
Compares this Node to another Graph Literal Node.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public int CompareTo(
BaseVirtualGraphLiteralNode<TNodeID, TGraphID> other
)
Public Function CompareTo (
other As BaseVirtualGraphLiteralNode(Of TNodeID, TGraphID)
) As Integer
Parameters
- other
- Type: VDS.RDF.Storage.VirtualisationBaseVirtualGraphLiteralNodeTNodeID, TGraphID
Other Graph Literal Node.
Return Value
Type:
Int32[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.BaseVirtualGraphLiteralNode`2.CompareTo(VDS.RDF.Storage.Virtualisation.BaseVirtualGraphLiteralNode{`0,`1})"]
Implements
IComparableTCompareTo(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