class Anthropic::Internal::Type::BaseModel

def ==(other)

Returns:
  • (Boolean) -

Parameters:
  • other (Object) --

Other tags:
    Api: - public
def ==(other)
  other.is_a?(Class) && other <= Anthropic::Internal::Type::BaseModel && other.fields == fields
end