Click or drag to resize

IVirtualIdComparable Interface

Interface for comparing nodes on their VirtualID property.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IVirtualIdComparable

The IVirtualIdComparable type exposes the following members.

Methods
  NameDescription
Public methodTryCompareVirtualId
Attempt to compare the VirtualID of this node with the VirtualID of the other node.
Top
See Also