Method: PureCloud::AuditEntity#==
- Defined in:
- lib/purecloudplatformclientv2/models/audit_entity.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
97 98 99 100 101 102 103 104 |
# File 'lib/purecloudplatformclientv2/models/audit_entity.rb', line 97 def ==(o) return true if self.equal?(o) self.class == o.class && type == o.type && id == o.id && name == o.name && self_uri == o.self_uri end |