예제 #1
0
 protected bool Equals([NotNull] MutableEventStatsCount other)
 => TrueCount == other.TrueCount && FalseCount == other.FalseCount;
예제 #2
0
 public static MutableEventStats Create()
 => Create(MutableEventStatsCount.Create(), MutableEventStatsCount.Create());