BaseVirtualNode<TNodeID, TGraphID>.TryVirtualEquality Method |
Tries to check for equality using virtual node IDs.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected bool TryVirtualEquality(
INode other,
out bool areEqual
)
Protected Function TryVirtualEquality (
other As INode,
<OutAttribute> ByRef areEqual As Boolean
) As Boolean
Parameters
- other
- Type: VDS.RDF.INode
Node to test against. - areEqual
- Type: System.Boolean
Whether the virtual nodes are equal.
Return Value
Type:
Boolean
Whether the virtual equality test was valid, if false then other means must be used to determine equality.
See Also