Ejemplo n.º 1
0
 protected bool Equals(OrangeSomething other)
 {
     return(Id.Equals(other.Id));
 }
Ejemplo n.º 2
0
 protected bool Equals(OrangeSomething other)
 {
     return Id.Equals(other.Id);
 }