in anthropic-java-core/src/main/kotlin/com/anthropic/models/messages/CitationsWebSearchResultLocation.kt [303:309]
override fun equals(other: Any?): Boolean {
if (this === other) {
return true
}
return /* spotless:off */ other is CitationsWebSearchResultLocation && citedText == other.citedText && encryptedIndex == other.encryptedIndex && title == other.title && type == other.type && url == other.url && additionalProperties == other.additionalProperties /* spotless:on */
}