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
)
Function TryCompareVirtualId (
other As INode,
<OutAttribute> ByRef comparisonResult As Integer
) As Boolean
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:
BooleanTrue if a comparison could be performed, false otherwise.
See Also