Beispiel #1
0
 public bool Equals(AtomicBoolean other) =>
 VolatileValue.Equals(other.VolatileValue);
Beispiel #2
0
 public int CompareTo(AtomicBoolean other) =>
 IntToBool(VolatileValue).CompareTo(IntToBool(other.VolatileValue));