protected bool TestEquals(FormulaTokenUnaryParameter other) { return TestEquals(Parameter, other.Parameter); }
protected bool TestEquals(FormulaTokenUnaryParameter other) { return(TestEquals(Parameter, other.Parameter)); }