Interface IVirtualIdComparable
Interface for comparing nodes on their VirtualID property.
Namespace: VDS.RDF.Storage.Virtualisation
Assembly: dotNetRDF.dll
Syntax
public interface IVirtualIdComparable
Methods
| Improve this Doc View SourceTryCompareVirtualId(INode, out Int32)
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. |
| System.Int32 | comparisonResult | The result of the comparison if it could be performed. |
Returns
| Type | Description |
|---|---|
| System.Boolean | True if a comparison could be performed, false otherwise. |