Inheritance: ClientMessage
 protected bool Equals(SuiteAdded other)
 {
     return(Equals(hierarchy, other.hierarchy));
 }
Esempio n. 2
0
 protected bool Equals(SuiteAdded other)
 {
     return Equals(hierarchy, other.hierarchy);
 }