isSameUser

open fun isSameUser(otherCredentials: Credentials): <Error class: unknown class><Boolean>

Checks if @credentials and @other_credentials is the same user.

This operation can fail if #GCredentials is not supported on the the OS.

Return

true if @credentials and @other_credentials has the same user, false otherwise or if @error is set.

Since

2.26

Parameters

otherCredentials

A #GCredentials.