Method: OpenApiOpenAIClient::RunToolCallObjectFunction#==
- Defined in:
- lib/openapi_openai/models/run_tool_call_object_function.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
107 108 109 110 111 112 |
# File 'lib/openapi_openai/models/run_tool_call_object_function.rb', line 107 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name && arguments == o.arguments end |