equals

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

Checks if the current instance of OfferCredential is equal to the given object.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare with the current instance of OfferCredential.