Exemplo n.º 1
0
 public bool Equals(InterlockedBoolean other)
 {
     return(this.Equals(other.GetValue()));
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public int CompareTo(InterlockedBoolean other)
 {
     return(this.GetValue().CompareTo(other.GetValue()));
 }