
The variable ’AccessibilityRole‘ get a nvarchar(50) type value "adm" from SQL in last steps.
But it seems not equal when directly compared to text "adm".
The comparison formula become "adm"=adm, thus the result is False.
How can I get such strings variables correctly compared?
