isLoggedInUser

abstract fun isLoggedInUser(contact: IRainbowContact?): Boolean

Checks if a given contact is the same as the logged-in user.

Return

true if the contact is the logged-in user, false otherwise.

Parameters

contact

The IRainbowContact to check.