InstaTax.Core.DomainObjects.DonationUnder80G.Equals C# (CSharp) 메소드

Equals() 개인적인 메소드

private Equals ( DonationUnder80G other ) : bool
other DonationUnder80G
리턴 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