spring-framework / org.springframework.util / ReflectionUtils / isEqualsMethod

isEqualsMethod

open static fun isEqualsMethod(@Nullable method: Method): Boolean

Determine whether the given method is an "equals" method.

See Also
java.lang.Object#equals(Object)