예제 #1
0
 public bool Equals(Balance other)
 {
     return(debit.Equals(other.debit) &&
            credit.Equals(other.credit));
 }