protected bool Equals(BinaryDecisionTreeLink other)
 {
     return base.Equals(other) && this.TestResult.Equals(other.TestResult);
 }
 protected bool Equals(BinaryDecisionTreeLink other)
 {
     return(base.Equals(other) && this.TestResult.Equals(other.TestResult));
 }