示例#1
0
 protected override void CheckNeq()
 {
     Il.Ceq();
     ReverseOp();
 }
示例#2
0
 protected override void CheckEq()
 {
     Il.Ceq();
 }