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