Click or drag to resize

BaseLiteralNodeEquals 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.RDFBaseLiteralNode
Literal Node.

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also