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); }
public bool Equals(EffectMount effect) { return(this.EffectId == effect.EffectId && this.MountId == effect.MountId && this.Date == effect.Date && this.ModelId == effect.ModelId); }