BaseBlankNodeEquals Method (Object) |
Implementation of Equals for Blank Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
Object to compare with the Blank Node.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseBlankNode.Equals(System.Object)"]
Remarks
Blank Nodes are considered equal if their internal IDs match precisely and they originate from the same Graph.
See Also