Click or drag to resize

ComparisonHelperCompareLiterals Method (ILiteralNode, ILiteralNode)

Compares two Literal Nodes using global default comparison options where applicable.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static int CompareLiterals(
	ILiteralNode a,
	ILiteralNode b
)

Parameters

a
Type: VDS.RDFILiteralNode
First Literal Node.
b
Type: VDS.RDFILiteralNode
Second Literal Node.

Return Value

Type: Int32

[Missing <returns> documentation for "M:VDS.RDF.ComparisonHelper.CompareLiterals(VDS.RDF.ILiteralNode,VDS.RDF.ILiteralNode)"]

See Also