BaseVirtualNode<TNodeID, TGraphID>.TryCompareVirtualId Method |
Attempt to compare this node with another node.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool TryCompareVirtualId(
INode other,
out int comparisonResult
)
Public Function TryCompareVirtualId (
other As INode,
<OutAttribute> ByRef comparisonResult As Integer
) As Boolean
Parameters
- other
- Type: VDS.RDF.INode
The node to compare to. - comparisonResult
- Type: System.Int32
The comparison result.
Return Value
Type:
BooleanTrue if the comparison could be performed, false otherwise.
Implements
IVirtualIdComparable.TryCompareVirtualId(INode, Int32)
Remarks
See Also