Click or drag to resize

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
)

Parameters

other
Type: TNodeID
The other virtual ID value to be compared with this node's virtual ID value.

Return Value

Type: Int32
The comparison result.
See Also