Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     return(AttributionURL.GetHashCode()
            ^ Website.GetHashCode()
            ^ IsEEP.GetHashCode()
            ^ ExactMatch.GetHashCode()
            ^ Industry.GetHashCode()
            ^ NumberOfRatings.GetHashCode()
            ^ OverallRating.GetHashCode()
            ^ RatingDescription.GetHashCode()
            ^ CultureAndValuesRating.GetHashCode()
            ^ SeniorLeadershipRating.GetHashCode()
            ^ CompensationAndBenefitsRating.GetHashCode()
            ^ CareerOpportunitiesRating.GetHashCode()
            ^ WorkLifeBalanceRating.GetHashCode()
            ^ FeaturedReview.GetHashCode()
            ^ Ceo.GetHashCode());
 }
 public override string ToString()
 {
     return(Name.ToString() + ", " + Address.ToString() + ",  " + Phone.ToString() + ",  " + Time.ToString() + ",  " + Price.ToString() + ",  " + Location.ToString() + ",  " + Cuisine.ToString() + ",  " + FoodRating.ToString() + ",  " + ServiceRating.ToString() + ",  " + AmbienceRating.ToString() + ",  " + ValueRating.ToString() + ",  " + OverallRating.ToString() + ",  " + OverallPossible.ToString());
 }