On Fri Sep 19 17:11:50 2025 +0000, Rémi Bernon wrote:
Wouldn't that get inverted by the `DEVPROP_OPERATOR_MODIFIER_NOT` check at the bottom? Is it expected?
Yes, even though the `DEVPROP_OPERATOR` enum doesn't list `DEVPROP_OPERATOR_GREATER/LESS_THAN | DEVPROP_OPERATOR_MODIFIER_NOT`, using the modifier will always return true with GUIDs. I have added a few tests for this as well, thanks.