is_same_user


Description:

public bool is_same_user (Credentials other_credentials) throws Error

Checks if this and other_credentials is the same user.

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

Parameters:

this

A Credentials.

other_credentials

A Credentials.

Returns:

true if this and other_credentials has the same user, false otherwise or if throws is set.