Very stupid code question regarding millis()

It's a comparison function! If gesture equals inputMatchup then it returns true, and if it doesn't, then it returns false. And then if it returns true, it executes that first if().

EDIT - Right?