Method: PureCloud::OrganizationFeatures#==
- Defined in:
- lib/purecloudplatformclientv2/models/organization_features.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/purecloudplatformclientv2/models/organization_features.rb', line 161 def ==(o) return true if self.equal?(o) self.class == o.class && realtime_cic == o.realtime_cic && purecloud == o.purecloud && hipaa == o.hipaa && uc_enabled == o.uc_enabled && pci == o.pci && purecloud_voice == o.purecloud_voice && xmpp_federation == o.xmpp_federation && chat == o.chat && informal_photos == o.informal_photos && directory == o.directory && contact_center == o.contact_center && unified_communications == o.unified_communications && custserv == o.custserv end |