in lib/openai/internal/type/hash_of.rb [55:60]
def ==(other) other.is_a?(OpenAI::Internal::Type::HashOf) && other.nilable? == nilable? && other.item_type == item_type end