コード例 #1
0
 public IValue ValueNotEquals(IEilangEquatable other, IValueFactory fac)
 {
     return(fac.Bool(!BoolEquals(other)));
 }