in gradle/sdk-plugins/src/main/kotlin/aws/sdk/kotlin/gradle/codegen/dsl/SmithyKotlinPluginSettings.kt [46:60]
override fun equals(other: Any?): Boolean {
if (this === other) return true
if (javaClass != other?.javaClass) return false
other as SmithyKotlinPluginSettings
if (serviceShapeId != other.serviceShapeId) return false
if (packageName != other.packageName) return false
if (packageVersion != other.packageVersion) return false
if (packageDescription != other.packageDescription) return false
if (sdkId != other.sdkId) return false
if (buildSettings != other.buildSettings) return false
return true
}