InstaTax.Core.DomainObjects.DonationUnder80G.Equals C# (CSharp) Method

Equals() private method

private Equals ( DonationUnder80G other ) : bool
other DonationUnder80G
return bool
        private bool Equals(DonationUnder80G other)
        {
            if (ReferenceEquals(null, other)) return false;
            if (ReferenceEquals(this, other)) return true;
            return other.Id == Id;
        }

Same methods

DonationUnder80G::Equals ( object obj ) : bool