Class VariableNode
Class representing Variable Nodes (only used for N3).
Implements
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class VariableNode : BaseVariableNode, IVariableNode, IEquatable<BaseVariableNode>, IComparable<BaseVariableNode>, IValuedNode, INode, IComparable<INode>, IComparable<IBlankNode>, IComparable<IGraphLiteralNode>, IComparable<ILiteralNode>, IComparable<IUriNode>, IComparable<IVariableNode>, IComparable<IRefNode>, IComparable<ITripleNode>, IEquatable<INode>, IEquatable<IBlankNode>, IEquatable<IGraphLiteralNode>, IEquatable<ILiteralNode>, IEquatable<IUriNode>, IEquatable<IVariableNode>, IEquatable<IRefNode>, IEquatable<ITripleNode>, IEquatable<VariableNode>, IComparable<VariableNode>
Constructors
| Edit this page View SourceVariableNode(string)
Creates a new Variable Node.
Declaration
public VariableNode(string varName)
Parameters
Type | Name | Description |
---|---|---|
string | varName | Variable Name. |
Methods
| Edit this page View SourceCompareTo(VariableNode)
Compares this Node to another Variable Node.
Declaration
public int CompareTo(VariableNode other)
Parameters
Type | Name | Description |
---|---|---|
VariableNode | other | Variable Node. |
Returns
Type | Description |
---|---|
int |
Equals(VariableNode)
Determines whether this Node is equal to a Variable Node.
Declaration
public bool Equals(VariableNode other)
Parameters
Type | Name | Description |
---|---|---|
VariableNode | other | Variable Node. |
Returns
Type | Description |
---|---|
bool |