Proper format for If statement with comparision

UKHeliBob:
What does your code use to test for equality between Feed_Ready_Flag and true true ?

I'm not testing between Feed_Ready_Flag and true true. The below code sets the flag to true then if the other 2 are true then go to the Feed program. Im actually trying to test between these 3 with the if statement above. Do i need to use 2 if statements (1 for the feed flag and another for the pump remaining time range)?

void Feed_Ready_1 (){

Feed_Ready_Flag = true;
  Next_Feed_Flag = Feed_2_SP;
}