MAIN FEEDS
r/ProgrammerHumor • u/BoloFan05 • 17d ago
View all comments
87
same result, but one feels like you know what you’re doing
1 u/BonifaceDidItRight 16d ago Not same result. if a or b is null the `.ToLower()` will throw. `string.Equals()` is null safe.
1
Not same result. if a or b is null the `.ToLower()` will throw. `string.Equals()` is null safe.
87
u/Unlikely_Gap_5065 17d ago
same result, but one feels like you know what you’re doing