equals

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

Checks if this JWTVerifiableCredential object is equal to the specified object.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare this JWTVerifiableCredential object against.