コード例 #1
0
 protected bool TestEquals(UnaryFormulaTree other)
 {
     return TestEquals(Child, other.Child);
 }