Exemple #1
0
 protected bool Equals(Coin other)
 {
     return(Id == other.Id);
 }