예제 #1
0
 private bool Equals(WalletInteraction other)
 {
     return(ID == other.ID);
 }
예제 #2
0
 private bool Equals(WalletInteraction other)
 {
     return ID == other.ID;
 }