Method: OpenApi::EquatableAsContent#==

Defined in:
lib/open_api/equatable_as_content.rb

#==(other) ⇒ Object



3
4
5
# File 'lib/open_api/equatable_as_content.rb', line 3

def ==(other)
  self.all_instance_variables == other.all_instance_variables
end