Click or drag to resize

LiteralNodeEquals Method (LiteralNode)

Determines whether this Node is equal to a Literal Node.

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

Parameters

other
Type: VDS.RDFLiteralNode
Literal Node.

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also