Exemplo n.º 1
0
 public bool Equals(SpecialPersonViewModel other)
 {
     return(base.Equals(other) && AffectionLevel == other.AffectionLevel);
 }
 public bool Equals(SpecialPersonViewModel other)
 {
     return base.Equals(other) && AffectionLevel == other.AffectionLevel;
 }