How to call STRINGEQUALS
case insensitive from LINQ?
#4534
Unanswered
xperiandri
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Apologies, this one slipped through. You can supply the StringComparison parameter to Equals method with a value of StringComparison.OrdinalIgnoreCase as follows: Expression: Query: Hope this helps. Adding @leminh98 as FYI. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I don't see any samples, nor I can find a code that translates LINQ to
STRINGEQUALS
Beta Was this translation helpful? Give feedback.
All reactions