Beispiel #1
0
 noteq(KurumiValue other)
 {
     return(other.equal_number(this).negation());
 }
Beispiel #2
0
 equal(KurumiValue other)
 {
     return(other.equal_number(this));
 }