equal


Description:

public static bool equal (Role a, Role b)

Compare if two roles are equal. Roles are equal if their titles and organisation names are equal.

Parameters:

a

a role to compare

b

another role to compare

Returns:

true if the roles are equal, false otherwise