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