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