public bool Equals(CardStarUpRulePB other) { if (ReferenceEquals(other, null)) { return(false); } if (ReferenceEquals(other, this)) { return(true); } if (CardId != other.CardId) { return(false); } if (Star != other.Star) { return(false); } if (!Consume.Equals(other.Consume)) { return(false); } if (Gold != other.Gold) { return(false); } if (!sceneIds_.Equals(other.sceneIds_)) { return(false); } return(true); }
public bool Equals(CardEvoRulePB other) { if (ReferenceEquals(other, null)) { return(false); } if (ReferenceEquals(other, this)) { return(true); } if (Player != other.Player) { return(false); } if (Credit != other.Credit) { return(false); } if (Evo != other.Evo) { return(false); } if (StarNeed != other.StarNeed) { return(false); } if (GoldNeed != other.GoldNeed) { return(false); } if (!Consume.Equals(other.Consume)) { return(false); } if (Power != other.Power) { return(false); } if (Desc != other.Desc) { return(false); } if (UseCardNum != other.UseCardNum) { return(false); } return(true); }
public bool Equals(EncourageActRulePB other) { if (ReferenceEquals(other, null)) { return(false); } if (ReferenceEquals(other, this)) { return(true); } if (Id != other.Id) { return(false); } if (ActType != other.ActType) { return(false); } if (Pro != other.Pro) { return(false); } if (Power != other.Power) { return(false); } if (DepartmentLevel != other.DepartmentLevel) { return(false); } if (Title != other.Title) { return(false); } if (NeedTime != other.NeedTime) { return(false); } if (!Fans.Equals(other.Fans)) { return(false); } if (!Consume.Equals(other.Consume)) { return(false); } if (!awards_.Equals(other.awards_)) { return(false); } if (RandomeFansNum != other.RandomeFansNum) { return(false); } if (Order != other.Order) { return(false); } if (MovieId != other.MovieId) { return(false); } return(true); }