Inheritance: 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);
 }