Show / Hide Table of Contents

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 Source

TryCompareVirtualId(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
System.Boolean

True if a comparison could be performed, false otherwise.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • TryCompareVirtualId(INode, out int)
  • Extension Methods
Back to top Generated by DocFX