has_contact


Description:

public bool has_contact (string uid, out bool exists) throws Error

Checks if a contact bearing the UID indicated by uid is stored in this.

Parameters:

this

An BookSqlite

uid

The uid of the contact to check for

exists

Return location to store whether the contact exists.

Returns:

true on success, otherwise false is returned and throws is set appropriately.