==

in lib/anthropic/internal/type/base_model.rb [174:177]


          def ==(other)
            other.is_a?(Class) && other <= Anthropic::Internal::Type::BaseModel && other.fields == fields
          end