Why does a simple equals comparison fail? #13737
brianreinhold
started this conversation in
General
Replies: 1 comment 4 replies
-
Maybe differently encoded characters, which look identical. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is the statement:
`if phd_info.device_name == name:'
Here are the values from print statements:
Yet somehow it is False. What is going on?
Beta Was this translation helpful? Give feedback.
All reactions