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