equal


Description:

public abstract bool equal (Subject b)

Checks if this and b are equal, ie.

represent the same subject. However, avoid calling equal to compare two processes; for more information see the `PolkitUnixProcess` documentation.

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

Parameters:

this

A Subject.

b

A Subject.

Returns:

true if this and b are equal, false otherwise.