Click or drag to resize

BaseVirtualBlankNode<TNodeID, TGraphID>.CompareTo Method (BaseVirtualBlankNode<TNodeID, TGraphID>)

Compares this Node to another Blank Node.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public int CompareTo(
	BaseVirtualBlankNode<TNodeID, TGraphID> other
)

Parameters

other
Type: VDS.RDF.Storage.Virtualisation.BaseVirtualBlankNode<TNodeID, TGraphID>
Other Blank Node.

Return Value

Type: Int32

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

Implements

IComparable<T>.CompareTo(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 comparison.
See Also