All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.kotlin.equals.mustache Maven / Gradle / Ivy

There is a newer version: 0.113
Show newest version
{{&indent}}    override fun equals(other: Any?): Boolean = this === other || other is {{&className}}{{#hasBaseClassWithProperties}} &&
{{&indent}}            super.equals(other){{/hasBaseClassWithProperties}}{{#nonBaseProperties}} &&
{{! TODO check if property is array (do we ever use array?) and if so emit "contentEquals"
}}{{&indent}}            {{&kotlinName}} == other.{{&kotlinName}}{{/nonBaseProperties}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy