UriNodeEquals Method (UriNode) |
Determines whether this Node is equal to a URI Node.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Equals(
UriNode other
)
Public Function Equals (
other As UriNode
) As Boolean
Parameters
- other
- Type: VDS.RDFUriNode
URI Node.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.UriNode.Equals(VDS.RDF.UriNode)"]
Implements
IEquatableTEquals(T)See Also