Beispiel #1
0
 public override int GetHashCode()
 {
     return(Name.GetHashCode()
            ^ Title.GetHashCode()
            ^ NumberOfRatings.GetHashCode()
            ^ ApprovalPercentage.GetHashCode()
            ^ DisapprovalPercentage.GetHashCode()
            ^ Image.GetHashCode());
 }
Beispiel #2
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());
 }