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