Click or drag to resize

SparqlSpecsHelperNumericEquality Method

Implements Numeric Equality with SPARQL Semantics.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool NumericEquality(
	INode x,
	INode y,
	SparqlNumericType type
)

Parameters

x
Type: VDS.RDFINode
Node.
y
Type: VDS.RDFINode
Node.
type
Type: VDS.RDF.Query.ExpressionsSparqlNumericType
SPARQL Numeric Tyoe.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.NumericEquality(VDS.RDF.INode,VDS.RDF.INode,VDS.RDF.Query.Expressions.SparqlNumericType)"]

See Also