equals

open operator override fun equals(other: Any?): Boolean

Performs an equality check between this object and other.

Due to the statelessness of DiagnosticPass classes, this method is effectively implemented by comparing the kotlin.reflect.KClass instances of the two objects.

See also