BaseBlankNodeEquals Method (INode) |
Implementation of Equals for Blank Nodes.
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 with the Blank Node.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseBlankNode.Equals(VDS.RDF.INode)"]
Implements
IEquatableTEquals(T)IEquatableTEquals(T)Remarks
Blank Nodes are considered equal if their internal IDs match precisely and they originate from the same Graph.
See Also