Inheritance: FormulaTokenParameter
コード例 #1
0
 protected bool TestEquals(FormulaTokenUnaryParameter other)
 {
     return TestEquals(Parameter, other.Parameter);
 }
コード例 #2
0
 protected bool TestEquals(FormulaTokenUnaryParameter other)
 {
     return(TestEquals(Parameter, other.Parameter));
 }