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