Ejemplo n.º 1
0
 protected bool Equals(ThrowTypeBaseModel other)
 {
     return Id == other.Id && string.Equals(Name, other.Name);
 }