# File lib/dm-core/query/conditions/operation.rb, line 176
        def matches?(record)
          not @operands.first.matches?(record)
        end