Method: PureCloud::CoverSheet#==

Defined in:
lib/purecloud/models/cover_sheet.rb

#==(o) ⇒ Object

Check equality by comparing each attribute.



65
66
67
68
69
70
# File 'lib/purecloud/models/cover_sheet.rb', line 65

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