Method: DocuSign_eSign::CommentPublish#==
- Defined in:
- lib/docusign_esign/models/comment_publish.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
115 116 117 118 119 120 121 122 123 124 |
# File 'lib/docusign_esign/models/comment_publish.rb', line 115 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && mentions == o.mentions && text == o.text && thread_anchor_keys == o.thread_anchor_keys && thread_id == o.thread_id && visible_to == o.visible_to end |