Not really, imagine this pseudo code: Boolean value = sprite.Y >10
This would dynamically set the Boolean to True or False depending on the result of the expression (if sprite.Y is greater than 10 or not).
Toggle just switches from true to false depending on it's last state.