S
shapper
Hello,
I want to compare two strings in a Linq Query.
In this case "Car", "cAr", "CAR" would all be the same.
Should I use ==, equals, ... ?
What is the best way to do this?
Thanks,
Miguel
I want to compare two strings in a Linq Query.
In this case "Car", "cAr", "CAR" would all be the same.
Should I use ==, equals, ... ?
What is the best way to do this?
Thanks,
Miguel