public bool Equals(SpecialPersonViewModel other) { return(base.Equals(other) && AffectionLevel == other.AffectionLevel); }
public bool Equals(SpecialPersonViewModel other) { return base.Equals(other) && AffectionLevel == other.AffectionLevel; }