Click or drag to resize

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
)

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