Inheritance: ClientMessage
Ejemplo n.º 1
0
 protected bool Equals(SpecSaved other)
 {
     return(Equals(spec, other.spec));
 }
Ejemplo n.º 2
0
 protected bool Equals(SpecSaved other)
 {
     return Equals(spec, other.spec);
 }