UriNodeEquals Method |
Name | Description | |
---|---|---|
Equals(Object) |
Implementation of Equality for Uri Nodes.
(Inherited from BaseUriNode.) | |
Equals(BaseUriNode) |
Determines whether this Node is equal to a URI Node.
(Inherited from BaseUriNode.) | |
Equals(IBlankNode) |
Determines whether this Node is equal to a Blank Node (should always be false).
(Inherited from BaseUriNode.) | |
Equals(IGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Inherited from BaseUriNode.) | |
Equals(ILiteralNode) |
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseUriNode.) | |
Equals(INode) |
Implementation of Equality for Uri Nodes.
(Inherited from BaseUriNode.) | |
Equals(IUriNode) |
Determines whether this Node is equal to a URI Node.
(Inherited from BaseUriNode.) | |
Equals(IVariableNode) |
Determines whether this Node is equal to a Variable Node (should always be false).
(Inherited from BaseUriNode.) | |
Equals(UriNode) |
Determines whether this Node is equal to a URI Node.
|