Interface IVirtualIdComparable
Interface for comparing nodes on their VirtualID property.
Namespace: VDS.RDF.Storage.Virtualisation
Assembly: dotNetRdf.dll
Syntax
public interface IVirtualIdComparable
  Methods
| Edit this page View SourceTryCompareVirtualId(INode, out int)
Attempt to compare the VirtualID of this node with the VirtualID of the other node.
Declaration
bool TryCompareVirtualId(INode other, out int comparisonResult)
  Parameters
| Type | Name | Description | 
|---|---|---|
| INode | other | The other node to try to compare against.  | 
      
| int | comparisonResult | The result of the comparison if it could be performed.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | True if a comparison could be performed, false otherwise.  |