Exemplo n.º 1
0
 protected bool Equals(Advert other)
 {
     return string.Equals(uuid, other.uuid);
 }
Exemplo n.º 2
0
 protected bool Equals(Advert other)
 {
     return(string.Equals(uuid, other.uuid));
 }