상속: ClientMessage
예제 #1
0
 protected bool Equals(SpecSaved other)
 {
     return(Equals(spec, other.spec));
 }
예제 #2
0
 protected bool Equals(SpecSaved other)
 {
     return Equals(spec, other.spec);
 }