Esempio n. 1
0
 public bool IsEquivalentType(ICoefficient coef)
 {
     return this.GetType() == coef.GetType() && this.CountGoals == ((CoefAndGoals) coef).CountGoals;
 }
Esempio n. 2
0
 public bool IsEquivalentType(ICoefficient coef)
 {
     return this.GetType() == coef.GetType();
 }