==

in lib/openai/internal/type/union.rb [126:129]


        def ==(other)
          OpenAI::Internal::Type::Union === other && other.derefed_variants == derefed_variants
        end