GraphLiteralNodeEquals Method |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Implementation of the Equals method for Graph Literal Nodes. Graph Literals are considered Equal if their respective Subgraphs are equal.
(Inherited from BaseGraphLiteralNode.) | |
| Equals(BaseGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node.
(Inherited from BaseGraphLiteralNode.) | |
| Equals(GraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node.
| |
| Equals(IBlankNode) |
Determines whether this Node is equal to a Blank Node (should always be false).
(Inherited from BaseGraphLiteralNode.) | |
| Equals(IGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node.
(Inherited from BaseGraphLiteralNode.) | |
| Equals(ILiteralNode) |
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseGraphLiteralNode.) | |
| Equals(INode) |
Implementation of the Equals method for Graph Literal Nodes. Graph Literals are considered Equal if their respective Subgraphs are equal.
(Inherited from BaseGraphLiteralNode.) | |
| Equals(IUriNode) |
Determines whether this Node is equal to a URI Node (should always be false).
(Inherited from BaseGraphLiteralNode.) | |
| Equals(IVariableNode) |
Determines whether this Node is equal to a Variable Node (should always be false).
(Inherited from BaseGraphLiteralNode.) |