isLoggedInUser

abstract fun isLoggedInUser(contact: IRainbowContact?): Boolean

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

Return

a Boolean true if the contact is the logged in user

Parameters

contact

IRainbowContact The contact to check