equals

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

Checks if another object is equal to this provider based on the key.

Return

true if the keys match, false otherwise.

Parameters

other

The object to compare.