spring-framework / org.springframework.asm / Type / equals

equals

open fun equals(other: Any?): Boolean

Tests if the given object is equal to this type.

Parameters

o - the object to be compared to this type.

Return
true if the given object is equal to this type.