Method: PureCloud::UserStationsNotificationUserStation#==
- Defined in:
- lib/purecloud/models/user_stations_notification_user_station.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
72 73 74 75 76 77 78 |
# File 'lib/purecloud/models/user_stations_notification_user_station.rb', line 72 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && name == o.name && associated_user == o.associated_user end |