Method: JSONP3::QueryExpression#==

Defined in:
lib/json_p3/filter.rb

#==(other) ⇒ Object Also known as: eql?



309
310
311
312
313
# File 'lib/json_p3/filter.rb', line 309

def ==(other)
  self.class == other.class &&
    @query == other.query &&
    @token == other.token
end