# File lib/liquid/variable_lookup.rb, line 70
    def ==(other)
      self.class == other.class && self.state == other.state
    end