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