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