Method: AsposeEmailCloud::ClientThreadDeleteRequest#==
- Defined in:
- lib/aspose-email-cloud/models/client_thread_delete_request.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
115 116 117 118 119 120 121 |
# File 'lib/aspose-email-cloud/models/client_thread_delete_request.rb', line 115 def ==(o) return true if self.equal?(o) self.class == o.class && account_location == o.account_location && thread_id == o.thread_id && folder == o.folder end |