Exemple #1
0
 public bool Equals(LotoMania other)
 {
     return(other != null &&
            LotteryId == other.LotteryId &&
            DateRealized == other.DateRealized &&
            Dozens.SequenceEqual(other.Dozens) &&
            TotalValue == other.TotalValue &&
            TotalWinners20 == other.TotalWinners20 &&
            City == other.City &&
            UF == other.UF &&
            TotalWinners19 == other.TotalWinners19 &&
            TotalWinners18 == other.TotalWinners18 &&
            TotalWinners17 == other.TotalWinners17 &&
            TotalWinners16 == other.TotalWinners16 &&
            TotalWinnersNoNumbers == other.TotalWinnersNoNumbers &&
            TotalValueNumbers20 == other.TotalValueNumbers20 &&
            TotalValueNumbers19 == other.TotalValueNumbers19 &&
            TotalValueNumbers18 == other.TotalValueNumbers18 &&
            TotalValueNumbers17 == other.TotalValueNumbers17 &&
            TotalValueNumbers16 == other.TotalValueNumbers16 &&
            TotalValueNoNumbers == other.TotalValueNoNumbers &&
            Acumulated20 == other.Acumulated20 &&
            Acumulated19 == other.Acumulated19 &&
            Acumulated18 == other.Acumulated18 &&
            Acumulated17 == other.Acumulated17 &&
            Acumulated16 == other.Acumulated16 &&
            AcumulatedNoNumbers == other.AcumulatedNoNumbers &&
            PrizeEstimated == other.PrizeEstimated &&
            SpecialPrizeEstimated == other.SpecialPrizeEstimated);
 }
 public bool Equals(TimeMania other)
 {
     return(other != null &&
            LotteryId == other.LotteryId &&
            DateRealized == other.DateRealized &&
            Dozens.SequenceEqual(other.Dozens) &&
            Team == other.Team &&
            TotalValue == other.TotalValue &&
            TotalWinners7 == other.TotalWinners7 &&
            City == other.City &&
            UF == other.UF &&
            TotalWinners6 == other.TotalWinners6 &&
            TotalWinners5 == other.TotalWinners5 &&
            TotalWinners4 == other.TotalWinners4 &&
            TotalWinners3 == other.TotalWinners3 &&
            WinnersTeam == other.WinnersTeam &&
            TotalValueNumbers7 == other.TotalValueNumbers7 &&
            TotalValueNumbers6 == other.TotalValueNumbers6 &&
            TotalValueNumbers5 == other.TotalValueNumbers5 &&
            TotalValueNumbers4 == other.TotalValueNumbers4 &&
            TotalValueNumbers3 == other.TotalValueNumbers3 &&
            TeamValue == other.TeamValue &&
            AccumulatedValue == other.AccumulatedValue &&
            EstimatedPrize == other.EstimatedPrize);
 }
Exemple #3
0
 public bool Equals(Federal other)
 {
     return(other != null &&
            LotteryId == other.LotteryId &&
            DateRealized == other.DateRealized &&
            Dozens.SequenceEqual(other.Dozens) &&
            Prize1 == other.Prize1 &&
            Prize2 == other.Prize2 &&
            Prize3 == other.Prize3 &&
            Prize4 == other.Prize4 &&
            Prize5 == other.Prize5);
 }
Exemple #4
0
 public bool Equals(Loteca other)
 {
     return(other != null &&
            LotteryId == other.LotteryId &&
            DateRealized == other.DateRealized &&
            Winners14 == other.Winners14 &&
            City == other.City &&
            UF == other.UF &&
            Average14 == other.Average14 &&
            IsAcumulated == other.IsAcumulated &&
            AmountValue14 == other.AmountValue14 &&
            Winners13 == other.Winners13 &&
            AmountValue13 == other.AmountValue13 &&
            Winners12 == other.Winners12 &&
            AmountValue12 == other.AmountValue12 &&
            Dozens.SequenceEqual(other.Dozens) &&
            TotalAmount == other.TotalAmount &&
            EstimatedPrize == other.EstimatedPrize);
 }
Exemple #5
0
 public bool Equals(MegaSena other)
 {
     return(other != null &&
            LotteryId == other.LotteryId &&
            DateRealized == other.DateRealized &&
            Dozens.SequenceEqual(other.Dozens) &&
            TotalCollection == other.TotalCollection &&
            Winners6Numbers == other.Winners6Numbers &&
            City == other.City &&
            UF == other.UF &&
            Average6Numbers == other.Average6Numbers &&
            Winners5Numbers == other.Winners5Numbers &&
            Average5Numbers == other.Average5Numbers &&
            Winners4Numbers == other.Winners4Numbers &&
            Average4Numbers == other.Average4Numbers &&
            IsAccumulated == other.IsAccumulated &&
            AccumulatedPrize == other.AccumulatedPrize &&
            EstimatedPrize == other.EstimatedPrize &&
            AccumulatedMegaSenaVirada == other.AccumulatedMegaSenaVirada);
 }
Exemple #6
0
 public bool Equals(Quina other)
 {
     return(other != null &&
            LotteryId == other.LotteryId &&
            DateRealized == other.DateRealized &&
            Dozens.SequenceEqual(other.Dozens) &&
            TotalAmount == other.TotalAmount &&
            Winners5 == other.Winners5 &&
            City == other.City &&
            UF == other.UF &&
            Average5Numbers == other.Average5Numbers &&
            Winners4 == other.Winners4 &&
            Average4Numbers == other.Average4Numbers &&
            Winners3 == other.Winners3 &&
            Average3Numbers == other.Average3Numbers &&
            Winners2 == other.Winners2 &&
            Average2Numbers == other.Average2Numbers &&
            IsAccumulated == other.IsAccumulated &&
            AccumulatedValue == other.AccumulatedValue &&
            EstimatePrize == other.EstimatePrize &&
            AccumulatedSorteioSaoJoao == other.AccumulatedSorteioSaoJoao);
 }
 public bool Equals(LotoFacil other)
 {
     return(other != null &&
            LotteryId == other.LotteryId &&
            DateRealized == other.DateRealized &&
            Dozens.SequenceEqual(other.Dozens) &&
            TotalAmount == other.TotalAmount &&
            Winners15 == other.Winners15 &&
            City == other.City &&
            UF == other.UF &&
            Winners14 == other.Winners14 &&
            Winners13 == other.Winners13 &&
            Winners12 == other.Winners12 &&
            Winners11 == other.Winners11 &&
            AverageAmount15 == other.AverageAmount15 &&
            AverageAmount14 == other.AverageAmount14 &&
            AverageAmount13 == other.AverageAmount13 &&
            AverageAmount12 == other.AverageAmount12 &&
            AverageAmount11 == other.AverageAmount11 &&
            Accumulated15 == other.Accumulated15 &&
            EstimatedPrize == other.EstimatedPrize &&
            SpecialAmount == other.SpecialAmount);
 }
Exemple #8
0
 public bool Equals(LotoGol other)
 {
     return(other != null &&
            LotteryId == other.LotteryId &&
            DateRealized == other.DateRealized &&
            City == other.City &&
            UF == other.UF &&
            Winners5 == other.Winners5 &&
            Average5 == other.Average5 &&
            IsAcumlated5 == other.IsAcumlated5 &&
            Acumulated5 == other.Acumulated5 &&
            Winners4 == other.Winners4 &&
            Average4 == other.Average4 &&
            IsAcumlated4 == other.IsAcumlated4 &&
            Acumulated4 == other.Acumulated4 &&
            Winners3 == other.Winners3 &&
            Average3 == other.Average3 &&
            IsAcumlated3 == other.IsAcumlated3 &&
            Acumulated3 == other.Acumulated3 &&
            Dozens.SequenceEqual(other.Dozens) &&
            TotalAmount == other.TotalAmount &&
            EstimatedPrize == other.EstimatedPrize);
 }