コード例 #1
0
 protected bool TestEquals(FormulaNodeVariable other)
 {
     return TestEquals(Variable, other.Variable);
 }
コード例 #2
0
 protected bool TestEquals(FormulaNodeVariable other)
 {
     return(TestEquals(Variable, other.Variable));
 }