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

| Edit this page 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
bool

True if a comparison could be performed, false otherwise.

Extension Methods

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