override fun equals()

in anthropic-java-core/src/main/kotlin/com/anthropic/models/messages/WebSearchTool20250305.kt [737:743]


        override fun equals(other: Any?): Boolean {
            if (this === other) {
                return true
            }

            return /* spotless:off */ other is UserLocation && type == other.type && city == other.city && country == other.country && region == other.region && timezone == other.timezone && additionalProperties == other.additionalProperties /* spotless:on */
        }