equals

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

Compare two proxy instances for equality. This will compare both the type of the instances, and their memory addresses.

Return

whether the instances are equal

Parameters

other

the proxy instance to compare