示例#1
0
 protected bool Equals(SpecDeleted other)
 {
     return Equals(hierarchy, other.hierarchy) && string.Equals(id, other.id);
 }
示例#2
0
 protected bool Equals(SpecDeleted other)
 {
     return(Equals(hierarchy, other.hierarchy) && string.Equals(id, other.id));
 }