Exemple #1
0
 public bool Equals(CombinedOverload a)
 {
     if (a.getNum() == this.getNum() && a.getText() == this.getText())
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }