LiteralNode.Equals Method (LiteralNode) |
Determines whether this Node is equal to a Literal Node.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool Equals(
LiteralNode other
)
Public Function Equals (
other As LiteralNode
) As Boolean
Parameters
- other
- Type: VDS.RDF.LiteralNode
Literal Node.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.LiteralNode.Equals(VDS.RDF.LiteralNode)"]
Implements
IEquatable<T>.Equals(T)
See Also