Пример #1
0
 public override BooleanValue And(IValue other)
 {
     return(other.And(this));
 }