示例#1
0
 public bool Equals(IFinancialReport other) => other != null &&
 EPS == other.EPS &&
 MonthsInReport == other.MonthsInReport &&
 NextReportDate == other.NextReportDate;
示例#2
0
        public RegistryEntryBuilder SetFinancialReport(IFinancialReport financialReport)
        {
            _financialReport = financialReport;

            return(this);
        }