equal


Description:

public abstract bool equal (Identity b)

Checks if this and b are equal, ie.

represent the same identity.

This function can be used in e.g. g_hash_table_new.

Parameters:

this

A Identity.

b

A Identity.

Returns:

true if this and b are equal, false otherwise.