protected bool TestEquals(FormulaNodeVariable other)
 {
     return TestEquals(Variable, other.Variable);
 }
 protected bool TestEquals(FormulaNodeVariable other)
 {
     return(TestEquals(Variable, other.Variable));
 }