isSameUser
Returns whether this account and an authenticated REST client represent the same Salesforce user.
UserAccount.equals already provides this comparison for two user accounts. This overload is needed only because ClientInfo is a different type. Local Android account names and mutable client properties such as tokens, instance URLs, and session-cookie fields are intentionally ignored.