PF (Packet Filter) - Evaluation
The PF rules are evaluated from top to bottom, and they are all evaluated, which means that the last matching rule is the one that is applied.
Therefore:
block
pass from 192.168.1.1
and
pass from 192.168.1.1
block
Not equivalent