BaseUriNodeEquals Method (INode) |
Implementation of Equality for Uri Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override bool Equals(
INode other
)
Public Overrides Function Equals (
other As INode
) As Boolean
Parameters
- other
- Type: VDS.RDFINode
Object to compare with.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseUriNode.Equals(VDS.RDF.INode)"]
Implements
IEquatableTEquals(T)IEquatableTEquals(T)Remarks
URI Nodes are considered equal if the string form of their URIs match using Ordinal string comparison.
See Also