Method: TogaiClient::QueryFilter#==

Defined in:
lib/togai_client/models/query_filter.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



121
122
123
124
125
126
127
# File 'lib/togai_client/models/query_filter.rb', line 121

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      column == o.column &&
      operator == o.operator &&
      args == o.args
end