BaseVirtualNodeTNodeID, TGraphIDCompareVirtualId Method |
Method to be implemented in derived classes to provide comparison of VirtualId values.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public abstract int CompareVirtualId(
TNodeID other
)
Public MustOverride Function CompareVirtualId (
other As TNodeID
) As Integer
Parameters
- other
- Type: TNodeID
The other virtual ID value to be compared with this node's virtual ID value.
Return Value
Type:
Int32The comparison result.
See Also