Click or drag to resize

IVirtualIdComparableTryCompareVirtualId Method

Attempt to compare the VirtualID of this node with the VirtualID of the other node.

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

Parameters

other
Type: VDS.RDFINode
The other node to try to compare against.
comparisonResult
Type: SystemInt32
The result of the comparison if it could be performed.

Return Value

Type: Boolean
True if a comparison could be performed, false otherwise.
See Also