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