コード例 #1
0
 public bool Equals(SaturatingCounters other)
 {
     return(ZeroCount.Equals(other.ZeroCount) && OnesCount.Equals(other.OnesCount));
 }