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