in lib/anthropic/internal/type/hash_of.rb [51:56]
def ==(other) other.is_a?(Anthropic::Internal::Type::HashOf) && other.nilable? == nilable? && other.item_type == item_type end