equals

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

Every ConstantPoolEntry should implement equals() to check if the entry is equal to the given other object

Return

true if the entry is equal to the given other object

Since

0.1.0

Parameters

other

the object to check if it is equal to the entry