protected bool Equals(MembersJoined other) { return(QuestId.Equals(other.QuestId) && Day == other.Day && Location == other.Location && Members.SequenceEqual(other.Members)); }
protected bool Equals(MonsterSlayed other) { return(QuestId.Equals(other.QuestId) && Name == other.Name); }