this change is implemented to enforce nil ~= nil, in the same way that SQL enforces NULL is not equal to NULL, as it's considered unknown.
This prevents a pair erroneous role names/IDs from generating a false positive in cases where things like roles/perms depend upon a response of True from the CheckEqual function.
this change is implemented to enforce nil ~= nil, in the same way that SQL enforces NULL is not equal to NULL, as it's considered unknown. This prevents a pair erroneous role names/IDs from generating a false positive in cases where things like roles/perms depend upon a response of True from the CheckEqual function.