예제 #1
0
파일: KurumiCS.cs 프로젝트: rozenmad/Kurumi
 noteq(KurumiValue other)
 {
     return(other.equal_string(this).negation());
 }
예제 #2
0
파일: KurumiCS.cs 프로젝트: rozenmad/Kurumi
 equal(KurumiValue other)
 {
     return(other.equal_string(this));
 }