dotNetRDF API Documentation

BaseGraphLiteralNode.Equals(Object) Method

Implementation of the Equals method for Graph Literal Nodes. Graph Literals are considered Equal if their respective Subgraphs are equal

public override bool Equals(
   object obj
);

Parameters

obj
Object to compare the Node with

Return Value

See Also

BaseGraphLiteralNode Class | VDS.RDF Namespace | BaseGraphLiteralNode.Equals Overload List