BaseVirtualNodeTNodeID, TGraphIDTryVirtualEquality Method |
Tries to check for equality using virtual node IDs.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected bool TryVirtualEquality(
INode other,
out bool areEqual
)
Protected Function TryVirtualEquality (
other As INode,
<OutAttribute> ByRef areEqual As Boolean
) As Boolean
Parameters
- other
- Type: VDS.RDFINode
Node to test against. - areEqual
- Type: SystemBoolean
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