Наследование: FormulaTokenParameter
 protected bool TestEquals(FormulaTokenBinaryParameter other)
 {
     return TestEquals(FirstParameter, other.FirstParameter) && Equals(SecondParameter, other.SecondParameter);
 }
 protected bool TestEquals(FormulaTokenBinaryParameter other)
 {
     return(TestEquals(FirstParameter, other.FirstParameter) && Equals(SecondParameter, other.SecondParameter));
 }