Click or drag to resize

GraphLiteralNodeEquals Method (GraphLiteralNode)

Determines whether this Node is equal to a Graph Literal Node.

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

Parameters

other
Type: VDS.RDFGraphLiteralNode
Graph Literal Node.

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also