public override int GetHashCode() { int hash = 1; if (RatingId != 0) { hash ^= RatingId.GetHashCode(); } if (RatingName.Length != 0) { hash ^= RatingName.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
/// <inheritdoc /> public override int GetHashCode() { return(RatingId.GetHashCode()); }