Method: VoucherifySdk::ParameterFiltersListLocationsName#==

Defined in:
lib/VoucherifySdk/models/parameter_filters_list_locations_name.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



75
76
77
78
79
# File 'lib/VoucherifySdk/models/parameter_filters_list_locations_name.rb', line 75

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      conditions == o.conditions
end