Method: PureCloud::MediaParticipantRequest#==
- Defined in:
- lib/purecloud/models/media_participant_request.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
124 125 126 127 128 129 130 131 132 133 134 |
# File 'lib/purecloud/models/media_participant_request.rb', line 124 def ==(o) return true if self.equal?(o) self.class == o.class && wrapup == o.wrapup && state == o.state && recording == o.recording && muted == o.muted && confined == o.confined && held == o.held && wrapup_skipped == o.wrapup_skipped end |