Click or drag to resize

BaseLiteralNode.Equals Method (BaseLiteralNode)

Determines whether this Node is equal to a Literal Node.

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

Parameters

other
Type: VDS.RDF.BaseLiteralNode
Literal Node.

Return Value

Type: Boolean

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

Implements

IEquatable<T>.Equals(T)
See Also