コード例 #1
0
 private bool Equals(DonationUnder80G other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(other.Id == Id);
 }
コード例 #2
0
 public void AddDonation(DonationUnder80G donationUnder80G)
 {
     Donations.Add(donationUnder80G);
 }
コード例 #3
0
ファイル: DonationsUnder80G.cs プロジェクト: bagheera/tax
 public void AddDonation(DonationUnder80G donationUnder80G)
 {
     Donations.Add(donationUnder80G);
 }
コード例 #4
0
ファイル: DonationUnder80G.cs プロジェクト: bagheera/tax
 private bool Equals(DonationUnder80G other)
 {
     if (ReferenceEquals(null, other)) return false;
     if (ReferenceEquals(this, other)) return true;
     return other.Id == Id;
 }