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());
 }