Method: WordsRubySdk::TableLinkCollection#==
- Defined in:
- lib/words_ruby_sdk/models/table_link_collection.rb
#==(other) ⇒ Object
Checks equality by comparing each attribute.
92 93 94 95 96 97 |
# File 'lib/words_ruby_sdk/models/table_link_collection.rb', line 92 def ==(other) return true if self.equal?(other) self.class == other.class && link == other.link && table_link_list == other.table_link_list end |