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