Click or drag to resize

LiteralNodeCompareTo Method (LiteralNode)

Implementation of Compare To for Literal Nodes.

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

Parameters

other
Type: VDS.RDFLiteralNode
Literal Node to Compare To.

Return Value

Type: Int32

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

Implements

IComparableTCompareTo(T)
Remarks
Simply invokes the more general implementation of this method.
See Also