in anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages/BetaWebSearchTool20250305.kt [758:764]
override fun equals(other: Any?): Boolean {
if (this === other) {
return true
}
return /* spotless:off */ other is BetaWebSearchTool20250305 && name == other.name && type == other.type && allowedDomains == other.allowedDomains && blockedDomains == other.blockedDomains && cacheControl == other.cacheControl && maxUses == other.maxUses && userLocation == other.userLocation && additionalProperties == other.additionalProperties /* spotless:on */
}