Click or drag to resize

SimpleVirtualLiteralNodeCompareTo Method (SimpleVirtualLiteralNode)

Compares this Node to another virtual Literal node.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public int CompareTo(
	SimpleVirtualLiteralNode other
)

Parameters

other
Type: VDS.RDF.Storage.VirtualisationSimpleVirtualLiteralNode
Other Literal Node.

Return Value

Type: Int32

[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.SimpleVirtualLiteralNode.CompareTo(VDS.RDF.Storage.Virtualisation.SimpleVirtualLiteralNode)"]

Implements

IComparableTCompareTo(T)
See Also