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
)
Public Function Equals (
other As BaseLiteralNode
) As Boolean
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