コード例 #1
0
 protected bool Equals(AccountDebited other)
 {
     return(DebitedAmount == other.DebitedAmount);
 }
コード例 #2
0
 protected bool Equals(AccountDebited other)
 {
     return DebitedAmount == other.DebitedAmount;
 }