LiteralNodeEquals Method |
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Implementation of the Equals method for Literal Nodes.
(Inherited from BaseLiteralNode.) |
![]() | Equals(BaseLiteralNode) |
Determines whether this Node is equal to a Literal Node.
(Inherited from BaseLiteralNode.) |
![]() | Equals(IBlankNode) |
Determines whether this Node is equal to a Blank Node (should always be false).
(Inherited from BaseLiteralNode.) |
![]() | Equals(IGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Inherited from BaseLiteralNode.) |
![]() | Equals(ILiteralNode) |
Determines whether this Node is equal to a Literal Node.
(Inherited from BaseLiteralNode.) |
![]() | Equals(INode) |
Implementation of the Equals method for Literal Nodes.
(Inherited from BaseLiteralNode.) |
![]() | Equals(IUriNode) |
Determines whether this Node is equal to a URI Node (should always be false).
(Inherited from BaseLiteralNode.) |
![]() | Equals(IVariableNode) |
Determines whether this Node is equal to a Variable Node (should always be false).
(Inherited from BaseLiteralNode.) |
![]() | Equals(LiteralNode) |
Determines whether this Node is equal to a Literal Node.
|