Example #1
0
 public bool Equals(StatusPair other) => status1.Equals(other.status1) && status2.Equals(other.status2);
Example #2
0
 public bool Equals(StatusChange other) => status.Equals(other.status) && increased == other.increased && effect == other.effect;