equals

abstract operator override fun equals(other: Any?): Boolean(source)

Indicate whether some other object is "equal to" this entity. Two entities are equal only if they have the same entityClass and properties.

Since

3.4.0