Beispiel #1
0
 public bool Equals(IntegralDenomination other)
 {
     return(Denomination.Equals(other.Denomination) &&
            IntegralAmount == other.IntegralAmount);
 }