BaseVirtualNode<TNodeID, TGraphID>.Equals Method |
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Checks this Node for equality against another Object.
(Overrides Object.Equals(Object).) |
![]() | Equals(BaseVirtualNode<TNodeID, TGraphID>) |
Checks this Node for equality against another Virtual Node.
|
![]() | Equals(IBlankNode) |
Checks this Node for equality against another Blank Node.
|
![]() | Equals(IGraphLiteralNode) |
Checks this Node for equality against another Graph Literal Node.
|
![]() | Equals(ILiteralNode) |
Checks this Node for equality against another Literal Node.
|
![]() | Equals(INode) |
Checks this Node for equality against another Node.
|
![]() | Equals(IUriNode) |
Checks this Node for equality against another URI Node.
|
![]() | Equals(IVariableNode) |
Checks this Node for equality against another Variable Node.
|
![]() | Equals(IVirtualNode<TNodeID, TGraphID>) |
Checks this Node for equality against another Virtual Node.
|