BaseGraphLiteralNodeEquals Method (INode) |
Implementation of the Equals method for Graph Literal Nodes. Graph Literals are considered Equal if their respective Subgraphs are equal.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override bool Equals(
INode other
)
Public Overrides Function Equals (
other As INode
) As Boolean
Parameters
- other
- Type: VDS.RDFINode
Object to compare the Node with.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseGraphLiteralNode.Equals(VDS.RDF.INode)"]
Implements
IEquatableTEquals(T)IEquatableTEquals(T)See Also