I have objects (arrays) with instance variables (array.zoneName, array.day). I want to run an event when there are *no* instance variables where *both* things are set to a specific thing. I tried this:
it works if there's no zoneSchedulers, and it works repeatedly if there's 1 zoneScheduler with different data. I pretty much understand why it's doing both of these things (the former because it's not true since the left side is 0, and the latter because it's consistently not true since the left side of 1 instance is different), I just want something that runs when there's *no* instances of something where the evaluation is true. that is, if there's a zoneScheduler with untrue data, and a zoneScheduler with true data, it doesn't run