コード例 #1
0
 protected bool Equals(BinaryDecisionTreeLink other)
 {
     return base.Equals(other) && this.TestResult.Equals(other.TestResult);
 }
コード例 #2
0
 protected bool Equals(BinaryDecisionTreeLink other)
 {
     return(base.Equals(other) && this.TestResult.Equals(other.TestResult));
 }