equals

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

Compares this PasskeyAssertion object with another for equality.

This method checks if the provided object is of the same type and compares all properties of both objects, ensuring their contents are equal.

Return

true if the objects are considered equal, false otherwise.

Parameters

other

The object to compare with this instance.