Ejemplo n.º 1
0
 noteq(KurumiValue other)
 {
     return(other.equal_number(this).negation());
 }
Ejemplo n.º 2
0
 equal(KurumiValue other)
 {
     return(other.equal_number(this));
 }