Click or drag to resize

UriNodeEquals Method

Overload List
  NameDescription
Public methodEquals(Object)
Implementation of Equality for Uri Nodes.
(Inherited from BaseUriNode.)
Public methodEquals(BaseUriNode)
Determines whether this Node is equal to a URI Node.
(Inherited from BaseUriNode.)
Public methodEquals(IBlankNode)
Determines whether this Node is equal to a Blank Node (should always be false).
(Inherited from BaseUriNode.)
Public methodEquals(IGraphLiteralNode)
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Inherited from BaseUriNode.)
Public methodEquals(ILiteralNode)
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseUriNode.)
Public methodEquals(INode)
Implementation of Equality for Uri Nodes.
(Inherited from BaseUriNode.)
Public methodEquals(IUriNode)
Determines whether this Node is equal to a URI Node.
(Inherited from BaseUriNode.)
Public methodEquals(IVariableNode)
Determines whether this Node is equal to a Variable Node (should always be false).
(Inherited from BaseUriNode.)
Public methodEquals(UriNode)
Determines whether this Node is equal to a URI Node.
Top
See Also