Click or drag to resize

BaseVirtualLiteralNode<TNodeID, TGraphID>.Equals Method (BaseVirtualLiteralNode<TNodeID, TGraphID>)

Checks this Node for equality against another Literal Node.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Equals(
	BaseVirtualLiteralNode<TNodeID, TGraphID> other
)

Parameters

other
Type: VDS.RDF.Storage.Virtualisation.BaseVirtualLiteralNode<TNodeID, TGraphID>
Other Literal Node.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.BaseVirtualLiteralNode`2.Equals(VDS.RDF.Storage.Virtualisation.BaseVirtualLiteralNode{`0,`1})"]

Implements

IEquatable<T>.Equals(T)
Remarks
Unless Virtual Equality (equality based on the Virtual RDF Provider and Virtual ID) can be determined or the Nodes are of different types then the Nodes value will have to be materialised in order to perform the equality check.
See Also