Exemplo n.º 1
0
 protected bool Equals(WrongOrder other)
 {
     return actual == other.actual && string.Equals(id, other.id);
 }
Exemplo n.º 2
0