Click or drag to resize

SimpleVirtualVariableNodeCompareVirtualId 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 override int CompareVirtualId(
	int other
)

Parameters

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

Return Value

Type: Int32
The comparison result.
See Also