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: 
Syntaxpublic override int CompareVirtualId(
	int other
)
Public Overrides Function CompareVirtualId ( 
	other As Integer
) As Integer
Parameters
- other
 - Type: SystemInt32
The other virtual ID value to be compared with this node's virtual ID value. 
Return Value
Type: 
Int32The comparison result.
See Also