コード例 #1
0
 public bool Equals(InterlockedBoolean other)
 {
     return(this.Equals(other.GetValue()));
 }
コード例 #2
0
 /// <inheritdoc />
 public int CompareTo(InterlockedBoolean other)
 {
     return(this.GetValue().CompareTo(other.GetValue()));
 }