in openai-java-core/src/main/kotlin/com/openai/models/responses/ResponseComputerToolCall.kt [647:653]
override fun equals(other: Any?): Boolean {
if (this === other) {
return true
}
return /* spotless:off */ other is Action && click == other.click && doubleClick == other.doubleClick && drag == other.drag && keypress == other.keypress && move == other.move && screenshot == other.screenshot && scroll == other.scroll && type == other.type && wait == other.wait /* spotless:on */
}