512 513 514 515
# File 'lib/tb/search.rb', line 512 def ==(other) other.kind_of?(Tb::Search::State) && self.to_h == other.to_h end