Ejemplo n.º 1
0
 /// <summary>
 /// Compares this Node to another virtual Variable node
 /// </summary>
 /// <param name="other">Other Variable Node</param>
 /// <returns></returns>
 public int CompareTo(SimpleVirtualVariableNode other)
 {
     return(CompareTo((IVariableNode)other));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Determines whether this Node is equal to another virtual variable node
 /// </summary>
 /// <param name="other">Other Variable Node</param>
 /// <returns></returns>
 public bool Equals(SimpleVirtualVariableNode other)
 {
     return(Equals((IVariableNode)other));
 }