Click or drag to resize

BaseGraphLiteralNodeEquals Method (BaseGraphLiteralNode)

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

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

Parameters

other
Type: VDS.RDFBaseGraphLiteralNode
Graph Literal Node.

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also