Ejemplo n.º 1
0
 public bool Equals(EffectMount effect)
 {
     return(this.EffectId == effect.EffectId && this.MountId == effect.MountId && this.ModelId == effect.ModelId && Math.Abs(this.Date - effect.Date) < 0.0001);
 }
Ejemplo n.º 2
0
 public bool Equals(EffectMount effect)
 {
     return(this.EffectId == effect.EffectId && this.MountId == effect.MountId && this.Date == effect.Date && this.ModelId == effect.ModelId);
 }