Click or drag to resize

BaseVirtualNodeTNodeID, TGraphIDTryCompareVirtualId Method

Attempt to compare this node with another node.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool TryCompareVirtualId(
	INode other,
	out int comparisonResult
)

Parameters

other
Type: VDS.RDFINode
The node to compare to.
comparisonResult
Type: SystemInt32
The comparison result.

Return Value

Type: Boolean
True if the comparison could be performed, false otherwise.

Implements

IVirtualIdComparableTryCompareVirtualId(INode, Int32)
Remarks
See Also