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