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
)
Public Function TryCompareVirtualId (
other As INode,
<OutAttribute> ByRef comparisonResult As Integer
) As Boolean
Parameters
- other
- Type: VDS.RDFINode
The node to compare to. - comparisonResult
- Type: SystemInt32
The comparison result.
Return Value
Type:
BooleanTrue if the comparison could be performed, false otherwise.
Implements
IVirtualIdComparableTryCompareVirtualId(INode, Int32)Remarks See Also