protected bool Equals(WrongOrder other)
 {
     return actual == other.actual && string.Equals(id, other.id);
 }
Exemple #2
0