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