Ejemplo n.º 1
0
 /// <summary>
 /// <para>Pops two values from the stack, and pushes a 1 if they are equal and 0 if they are not.</para>
 /// <para>New value on the stack is an Int32.</para>
 /// </summary>
 public Emit CompareEqual()
 {
     InnerEmit.CompareEqual();
     return(this);
 }