Method: RadioManagerClient::PresenterRelationsBroadcasts#==

Defined in:
lib/radiomanager_client/models/presenter_relations_broadcasts.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



88
89
90
91
92
93
94
95
# File 'lib/radiomanager_client/models/presenter_relations_broadcasts.rb', line 88

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      href == o.href &&
      model == o.model &&
      operation == o.operation &&
      params == o.params
end