Method: TrieveRubyClient::BookmarkGroupResult#==

Defined in:
lib/trieve_ruby_client/models/bookmark_group_result.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



106
107
108
109
110
111
# File 'lib/trieve_ruby_client/models/bookmark_group_result.rb', line 106

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      chunk_uuid == o.chunk_uuid &&
      slim_groups == o.slim_groups
end