示例#1
0
 noteq(KurumiValue other)
 {
     return(other.equal_string(this).negation());
 }
示例#2
0
 equal(KurumiValue other)
 {
     return(other.equal_string(this));
 }