Exemplo n.º 1
0
 public bool Equals(BoolVariable other)
 {
     return(Value == other.Value);
 }
Exemplo n.º 2
0
 public void Set(BoolVariable a)
 {
     Value = a.Value;
 }