public override void OnReset()
 {
     this.operation      = IntComparison.Operation.LessThan;
     this.integer1.Value = 0;
     this.integer2.Value = 0;
 }
 public virtual void OnReset()
 {
     this.operation = IntComparison.Operation.LessThan;
     this.integer1.set_Value(0);
     this.integer2.set_Value(0);
 }