equals

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

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